Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tests/unit/
Dtest_aes.cpp66 uint8_t nonce[] = { in TestMacBeaconFrame() local
121 uint8_t nonce[] = { in TestMacCommandFrame() local
/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()
212 const uint8_t *nonce, 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()
364 const uint8_t *nonce, 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()
1917 const uint8_t *nonce, in psa_driver_wrapper_aead_set_nonce()
Dpsa_crypto.c4993 const uint8_t *nonce, in psa_aead_set_nonce_internal()
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c268 unsigned char nonce[PSA_AEAD_NONCE_MAX_SIZE] = { 0 }; in exercise_aead_key() local
/openthread-latest/src/core/thread/
Dmle.cpp2282 uint8_t nonce[Crypto::AesCcm::kNonceSize]; in ProcessMessageSecurity() local