Home
last modified time | relevance | path

Searched defs:nonce_length (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_aead.c29 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/
Dpsa_crypto_aead.c121 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()
Dpsa_crypto_driver_wrappers.h1717 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()
Dpsa_crypto.c4677 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/
Dpsa_crypto_helpers.h302 nonce_length) \ argument
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c269 size_t nonce_length; in exercise_aead_key() local