Searched defs:nonce_length (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/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() 213 size_t nonce_length) in mbedtls_test_transparent_aead_set_nonce()
|
/openthread-latest/third_party/mbedtls/repo/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() 365 size_t nonce_length) in mbedtls_psa_aead_set_nonce()
|
D | psa_crypto_driver_wrappers.h | 1717 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_encrypt() 1769 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_decrypt() 1918 size_t nonce_length ) in psa_driver_wrapper_aead_set_nonce()
|
D | psa_crypto.c | 4677 size_t nonce_length) in psa_aead_check_nonce_length() 4731 size_t nonce_length, in psa_aead_encrypt() 4797 size_t nonce_length, in psa_aead_decrypt() 4994 size_t nonce_length) in psa_aead_set_nonce_internal() 5031 size_t *nonce_length) in psa_aead_generate_nonce() 5093 size_t nonce_length) in psa_aead_set_nonce()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_crypto_helpers.h | 302 nonce_length) \ argument
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 269 size_t nonce_length; in exercise_aead_key() local
|