Searched defs:nonce (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_aes.cpp | 66 uint8_t nonce[] = { in TestMacBeaconFrame() local 121 uint8_t nonce[] = { in TestMacCommandFrame() local
|
/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() 212 const uint8_t *nonce, 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() 364 const uint8_t *nonce, 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() 1917 const uint8_t *nonce, in psa_driver_wrapper_aead_set_nonce()
|
D | psa_crypto.c | 4993 const uint8_t *nonce, in psa_aead_set_nonce_internal()
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 268 unsigned char nonce[PSA_AEAD_NONCE_MAX_SIZE] = { 0 }; in exercise_aead_key() local
|
/openthread-latest/src/core/thread/ |
D | mle.cpp | 2282 uint8_t nonce[Crypto::AesCcm::kNonceSize]; in ProcessMessageSecurity() local
|