Searched refs:nonce (Results 1 – 2 of 2) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | BLECrypt_if.c | 41 const uint8_t *nonce, 49 const uint8_t *nonce, 145 const uint8_t* nonce // CCM Nonce (NONCE_LEN bytes, little-endian) in BLECrypt_if_encrypt_packet() argument 158 nonce, in BLECrypt_if_encrypt_packet() 188 const uint8_t* nonce, // CCM Nonce (NONCE_LEN bytes, little-endian) in BLECrypt_if_decrypt_packet() argument 214 nonce, in BLECrypt_if_decrypt_packet()
|
D | BLECrypt_if.h | 35 const uint8_t* nonce // CCM Nonce (NONCE_LEN bytes, little-endian) 44 const uint8_t* nonce, // CCM Nonce (NONCE_LEN bytes, little-endian)
|