Searched defs:ciphertext_length (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/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() 213 size_t ciphertext_length, in psa_aead_unpadded_locate_tag() 235 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt() 553 size_t *ciphertext_length, in mbedtls_psa_aead_finish()
|
D | psa_crypto_driver_wrappers.h | 1720 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 1771 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt() 2063 size_t *ciphertext_length, in psa_driver_wrapper_aead_finish()
|
D | psa_crypto.c | 4738 size_t *ciphertext_length) in psa_aead_encrypt() 4801 size_t ciphertext_length, in psa_aead_decrypt() 5315 size_t *ciphertext_length, in psa_aead_finish()
|
/openthread-latest/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() 87 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt() 341 size_t *ciphertext_length, in mbedtls_test_transparent_aead_finish()
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 187 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key() local 274 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key() local 448 size_t ciphertext_length = sizeof(ciphertext); in exercise_asymmetric_encryption_key() local
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ argument 437 #define PSA_AEAD_DECRYPT_OUTPUT_MAX_SIZE(ciphertext_length) \ argument
|