Searched refs:sk (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | BLECrypt_if.c | 42 const uint8_t *sk, 50 const uint8_t *sk, 62 const uint8_t *sk, 74 const uint8_t *sk, 197 const uint8_t* sk, // Session key (16 bytes, BIG-ENDIAN) in BLECrypt_if_encrypt_packet() argument 210 sk, in BLECrypt_if_encrypt_packet() 240 const uint8_t* sk, // Session key (16 bytes, BIG-ENDIAN) in BLECrypt_if_decrypt_packet() argument 266 sk, in BLECrypt_if_decrypt_packet() 339 const uint8_t *sk, //Session key in BLECrypt_if_encrypt_packet_v3() argument 355 sk, in BLECrypt_if_encrypt_packet_v3() [all …]
|
D | BLECrypt_if.h | 34 const uint8_t* sk, // Session key (16 bytes, BIG-ENDIAN) 43 const uint8_t* sk, // Session key (16 bytes, BIG-ENDIAN) 69 const uint8_t *sk, 79 const uint8_t *sk,
|
D | NHW_AES_CCM.c | 124 const uint8_t* sk; in nrf_ccm_encrypt_tx() local 135 sk = cnfptr; in nrf_ccm_encrypt_tx() 160 sk, // Session key (16 bytes, BIG-ENDIAN) in nrf_ccm_encrypt_tx() 169 const uint8_t* sk; in nrf_ccm_decrypt_rx() local 187 sk = cnfptr; in nrf_ccm_decrypt_rx() 213 sk, // Session key (16 bytes, BIG-ENDIAN) in nrf_ccm_decrypt_rx()
|