Searched defs:ciphertext (Results 1 – 6 of 6) sorted by relevance
/mbedtls-3.5.0/library/ |
D | psa_crypto_aead.c | 140 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt() 228 const uint8_t *ciphertext, in psa_aead_unpadded_locate_tag() 251 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt() 567 uint8_t *ciphertext, in mbedtls_psa_aead_finish()
|
D | psa_crypto_driver_wrappers.c | 2107 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 2172 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt() 2530 uint8_t *ciphertext, in psa_driver_wrapper_aead_finish()
|
D | ccm.c | 655 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
|
D | psa_crypto.c | 4398 uint8_t *ciphertext, 4451 const uint8_t *ciphertext, 4914 uint8_t *ciphertext,
|
/mbedtls-3.5.0/tests/src/drivers/ |
D | test_driver_aead.c | 42 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_test_transparent_aead_encrypt() 97 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt() 349 uint8_t *ciphertext, in mbedtls_test_transparent_aead_finish()
|
/mbedtls-3.5.0/tests/src/ |
D | psa_exercise_key.c | 165 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)"; in exercise_cipher_key() local 239 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)"; in exercise_aead_key() local 377 unsigned char ciphertext[256] = "(wabblewebblewibblewobblewubble)"; in exercise_asymmetric_encryption_key() local
|