Searched defs:ciphertext (Results 1 – 6 of 6) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_aead.c | 146 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_psa_aead_encrypt() 235 const uint8_t *ciphertext, in psa_aead_unpadded_locate_tag() 256 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt() 551 uint8_t *ciphertext, in mbedtls_psa_aead_finish()
|
A D | psa_crypto_driver_wrappers.c | 1471 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 1522 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt() 1812 uint8_t *ciphertext, in psa_driver_wrapper_aead_finish()
|
A D | ccm.c | 665 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
|
A D | psa_crypto.c | 3678 uint8_t *ciphertext, in psa_aead_encrypt() 3726 const uint8_t *ciphertext, in psa_aead_decrypt() 4132 uint8_t *ciphertext, in psa_aead_finish()
|
/mbedtls-development/tests/src/drivers/ |
A D | test_driver_aead.c | 38 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_test_transparent_aead_encrypt() 68 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt() 230 uint8_t *ciphertext, in mbedtls_test_transparent_aead_finish()
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 169 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)"; in exercise_cipher_key() local 241 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)"; in exercise_aead_key() local 385 unsigned char ciphertext[256] = "(wabblewebblewibblewobblewubble)"; in exercise_asymmetric_encryption_key() local
|
Completed in 21 milliseconds