Searched defs:nonce (Results 1 – 5 of 5) sorted by relevance
/mbedtls-latest/tests/src/drivers/ |
D | test_driver_aead.c | 29 const uint8_t *nonce, size_t nonce_length, in mbedtls_test_transparent_aead_encrypt() 85 const uint8_t *nonce, size_t nonce_length, in mbedtls_test_transparent_aead_decrypt() 212 const uint8_t *nonce, in mbedtls_test_transparent_aead_set_nonce()
|
/mbedtls-latest/library/ |
D | psa_crypto_aead.c | 121 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_encrypt() 233 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_decrypt() 364 const uint8_t *nonce, in mbedtls_psa_aead_set_nonce()
|
D | psa_crypto_driver_wrappers.h | 1974 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_encrypt() 2040 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_decrypt() 2227 const uint8_t *nonce, in psa_driver_wrapper_aead_set_nonce()
|
D | psa_crypto.c | 5045 const uint8_t *nonce,
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 268 unsigned char nonce[PSA_AEAD_NONCE_MAX_SIZE] = { 0 }; in exercise_aead_key() local
|