/aosp_15_r20/external/tink/cc/subtle/ |
H A D | decrypting_random_access_stream_test.cc | 120 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 D | aes_siv_boringssl.cc | 217 size_t ciphertext_size = plaintext.size() + kBlockSize; in EncryptDeterministically() local
|
H A D | aes_eax_boringssl.cc | 237 size_t ciphertext_size = plaintext.size() + nonce_size_ + kTagSize; in Encrypt() local
|
/aosp_15_r20/external/tink/cc/aead/internal/ |
H A D | zero_copy_aead_wrapper_test.cc | 135 StatusOr<int64_t> ciphertext_size = aead.Encrypt( in TEST_F() local 183 util::StatusOr<int64_t> ciphertext_size = in TEST_F() local
|
H A D | zero_copy_aead_wrapper.cc | 78 util::StatusOr<int64_t> ciphertext_size = in Encrypt() local
|
H A D | zero_copy_aes_gcm_boringssl_test.cc | 95 util::StatusOr<int64_t> ciphertext_size = in TEST_F() local
|
/aosp_15_r20/external/mbedtls/tests/src/drivers/ |
H A D | test_driver_aead.c | 32 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 D | test_driver_aead.c | 32 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 D | psa_crypto_aead.c | 128 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 D | psa_crypto_driver_wrappers.h | 1694 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 D | psa_crypto_aead.c | 124 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 D | psa_crypto_driver_wrappers.h | 1720 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 D | key_ladder_demo.c | 359 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 D | key_ladder_demo.c | 359 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 D | encryptor_unittest.cc | 196 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/ |
D | apploader_package_tool.cpp | 466 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 D | mock_encrypter.cc | 42 size_t ciphertext_size = plaintext.size() + kPaddingSize; in EncryptPacket() local
|
/aosp_15_r20/external/tink/cc/hybrid/internal/ |
H A D | hpke_context_boringssl.cc | 117 size_t ciphertext_size; in Seal() local
|
H A D | hpke_encrypt_boringssl.cc | 136 size_t ciphertext_size; in EncapsulateKeyThenEncrypt() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | aead_base_encrypter.cc | 117 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
|
H A D | chacha20_poly1305_encrypter_test.cc | 78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
H A D | chacha20_poly1305_tls_encrypter_test.cc | 78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
H A D | aes_128_gcm_12_encrypter_test.cc | 166 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
H A D | aes_256_gcm_encrypter_test.cc | 173 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
H A D | aes_128_gcm_encrypter_test.cc | 165 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|