Searched defs:ciphertext_size (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/tests/src/drivers/ |
D | test_driver_aead.c | 38 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_test_transparent_aead_encrypt() 314 size_t ciphertext_size, in mbedtls_test_transparent_aead_finish()
|
/third_party/mbedtls/library/ |
D | psa_crypto_aead.c | 148 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_psa_aead_encrypt() 598 size_t ciphertext_size, in mbedtls_psa_aead_finish()
|
D | psa_crypto_driver_wrappers.c | 1521 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 1863 size_t ciphertext_size, in psa_driver_wrapper_aead_finish()
|
D | psa_crypto.c | 3723 size_t ciphertext_size, in psa_aead_encrypt() 4203 size_t ciphertext_size, in psa_aead_finish()
|
/third_party/mbedtls/programs/psa/ |
D | key_ladder_demo.c | 370 size_t ciphertext_size; in wrap_data() local 449 size_t ciphertext_size = 0; in unwrap_data() local
|