Home
last modified time | relevance | path

Searched defs:ciphertext_size (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/tink/cc/subtle/
H A Ddecrypting_random_access_stream_test.cc120 int64_t ciphertext_size = 100; in TEST() local
140 int64_t ciphertext_size = 100; in TEST() local
165 int64_t ciphertext_size = in TEST() local
H A Daes_siv_boringssl.cc217 size_t ciphertext_size = plaintext.size() + kBlockSize; in EncryptDeterministically() local
H A Daes_eax_boringssl.cc237 size_t ciphertext_size = plaintext.size() + nonce_size_ + kTagSize; in Encrypt() local
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dzero_copy_aead_wrapper_test.cc135 StatusOr<int64_t> ciphertext_size = aead.Encrypt( in TEST_F() local
183 util::StatusOr<int64_t> ciphertext_size = in TEST_F() local
H A Dzero_copy_aead_wrapper.cc78 util::StatusOr<int64_t> ciphertext_size = in Encrypt() local
H A Dzero_copy_aes_gcm_boringssl_test.cc95 util::StatusOr<int64_t> ciphertext_size = in TEST_F() local
/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A Dtest_driver_aead.c32 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_test_transparent_aead_encrypt()
340 size_t ciphertext_size, in mbedtls_test_transparent_aead_finish()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
H A Dtest_driver_aead.c32 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_test_transparent_aead_encrypt()
340 size_t ciphertext_size, in mbedtls_test_transparent_aead_finish()
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_aead.c128 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt()
556 size_t ciphertext_size, in mbedtls_psa_aead_finish()
H A Dpsa_crypto_driver_wrappers.h1694 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt()
2036 size_t ciphertext_size, in psa_driver_wrapper_aead_finish()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_aead.c124 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt()
552 size_t ciphertext_size, in mbedtls_psa_aead_finish()
H A Dpsa_crypto_driver_wrappers.h1720 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt()
2062 size_t ciphertext_size, in psa_driver_wrapper_aead_finish()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/
H A Dkey_ladder_demo.c359 size_t ciphertext_size; in wrap_data() local
443 size_t ciphertext_size = 0; in unwrap_data() local
/aosp_15_r20/external/mbedtls/programs/psa/
H A Dkey_ladder_demo.c359 size_t ciphertext_size; in wrap_data() local
443 size_t ciphertext_size = 0; in unwrap_data() local
/aosp_15_r20/external/cronet/crypto/
H A Dencryptor_unittest.cc196 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt()
246 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt()
/aosp_15_r20/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp466 size_t ciphertext_size; in parse_cose_recipient() local
606 size_t ciphertext_size; in parse_package() local
/aosp_15_r20/external/cronet/net/quic/
H A Dmock_encrypter.cc42 size_t ciphertext_size = plaintext.size() + kPaddingSize; in EncryptPacket() local
/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dhpke_context_boringssl.cc117 size_t ciphertext_size; in Seal() local
H A Dhpke_encrypt_boringssl.cc136 size_t ciphertext_size; in EncapsulateKeyThenEncrypt() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Daead_base_encrypter.cc117 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
H A Dchacha20_poly1305_encrypter_test.cc78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
H A Dchacha20_poly1305_tls_encrypter_test.cc78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
H A Daes_128_gcm_12_encrypter_test.cc166 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
H A Daes_256_gcm_encrypter_test.cc173 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
H A Daes_128_gcm_encrypter_test.cc165 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local

12