Home
last modified time | relevance | path

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

12

/external/tink/cc/aead/internal/
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
Dzero_copy_aead_wrapper.cc78 util::StatusOr<int64_t> ciphertext_size = in Encrypt() local
Dzero_copy_aes_gcm_boringssl_test.cc95 util::StatusOr<int64_t> ciphertext_size = in TEST_F() local
/external/mbedtls/tests/src/drivers/
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()
/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
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()
/external/tink/cc/subtle/
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
/external/mbedtls/library/
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()
/external/openthread/third_party/mbedtls/repo/library/
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()
/external/cronet/tot/net/quic/
Dmock_encrypter.cc42 size_t ciphertext_size = plaintext.size() + kPaddingSize; in EncryptPacket() local
/external/cronet/stable/net/quic/
Dmock_encrypter.cc42 size_t ciphertext_size = plaintext.size() + kPaddingSize; in EncryptPacket() local
/external/tink/cc/hybrid/internal/
Dhpke_context_boringssl.cc117 size_t ciphertext_size; in Seal() local
Dhpke_encrypt_boringssl.cc136 size_t ciphertext_size; in EncapsulateKeyThenEncrypt() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Daead_base_encrypter.cc119 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
Dchacha20_poly1305_encrypter_test.cc78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
Daes_128_gcm_12_encrypter_test.cc166 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
Dchacha20_poly1305_tls_encrypter_test.cc78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Daead_base_encrypter.cc119 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
Dchacha20_poly1305_encrypter_test.cc78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
Daes_128_gcm_12_encrypter_test.cc166 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
Dchacha20_poly1305_tls_encrypter_test.cc78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
Daes_256_gcm_encrypter_test.cc173 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
/external/mbedtls/programs/psa/
Dkey_ladder_demo.c359 size_t ciphertext_size; in wrap_data() local
443 size_t ciphertext_size = 0; in unwrap_data() local
/external/openthread/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c359 size_t ciphertext_size; in wrap_data() local
443 size_t ciphertext_size = 0; in unwrap_data() local
/external/cronet/tot/crypto/
Dencryptor_unittest.cc202 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt()
252 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt()
/external/cronet/stable/crypto/
Dencryptor_unittest.cc202 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt()
252 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt()

12