/external/tink/cc/aead/internal/ |
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
|
D | zero_copy_aead_wrapper.cc | 78 util::StatusOr<int64_t> ciphertext_size = in Encrypt() local
|
D | zero_copy_aes_gcm_boringssl_test.cc | 95 util::StatusOr<int64_t> ciphertext_size = in TEST_F() local
|
/external/mbedtls/tests/src/drivers/ |
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()
|
/external/openthread/third_party/mbedtls/repo/tests/src/drivers/ |
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()
|
/external/tink/cc/subtle/ |
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
|
/external/mbedtls/library/ |
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()
|
/external/openthread/third_party/mbedtls/repo/library/ |
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()
|
/external/cronet/tot/net/quic/ |
D | mock_encrypter.cc | 42 size_t ciphertext_size = plaintext.size() + kPaddingSize; in EncryptPacket() local
|
/external/cronet/stable/net/quic/ |
D | mock_encrypter.cc | 42 size_t ciphertext_size = plaintext.size() + kPaddingSize; in EncryptPacket() local
|
/external/tink/cc/hybrid/internal/ |
D | hpke_context_boringssl.cc | 117 size_t ciphertext_size; in Seal() local
|
D | hpke_encrypt_boringssl.cc | 136 size_t ciphertext_size; in EncapsulateKeyThenEncrypt() local
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/ |
D | aead_base_encrypter.cc | 119 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
|
D | chacha20_poly1305_encrypter_test.cc | 78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
D | aes_128_gcm_12_encrypter_test.cc | 166 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
D | chacha20_poly1305_tls_encrypter_test.cc | 78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/ |
D | aead_base_encrypter.cc | 119 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
|
D | chacha20_poly1305_encrypter_test.cc | 78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
D | aes_128_gcm_12_encrypter_test.cc | 166 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
D | chacha20_poly1305_tls_encrypter_test.cc | 78 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
D | aes_256_gcm_encrypter_test.cc | 173 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
|
/external/mbedtls/programs/psa/ |
D | key_ladder_demo.c | 359 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/ |
D | key_ladder_demo.c | 359 size_t ciphertext_size; in wrap_data() local 443 size_t ciphertext_size = 0; in unwrap_data() local
|
/external/cronet/tot/crypto/ |
D | encryptor_unittest.cc | 202 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/ |
D | encryptor_unittest.cc | 202 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt() 252 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt()
|