Home
last modified time | relevance | path

Searched refs:decrypted_packet_payload (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DBLECrypt_if.c53 uint8_t *decrypted_packet_payload);
77 uint8_t *decrypted_packet_payload
237 uint8_t* decrypted_packet_payload, in BLECrypt_if_decrypt_packet() argument
269 decrypted_packet_payload); in BLECrypt_if_decrypt_packet()
272 memcpy(decrypted_packet_payload, encrypted_packet_payload, packet_payload_len); in BLECrypt_if_decrypt_packet()
396 …uint8_t *decrypted_packet_payload) //Pointer to a buffer where the resulting decrypted payload wil… in BLECrypt_if_decrypt_packet_v3() argument
410 decrypted_packet_payload); in BLECrypt_if_decrypt_packet_v3()
425 decrypted_packet_payload); in BLECrypt_if_decrypt_packet_v3()
428 memcpy(decrypted_packet_payload, mdata_and_mac, BS_MAX(mlen - maclen,0)); in BLECrypt_if_decrypt_packet_v3()
DBLECrypt_if.h40 uint8_t* decrypted_packet_payload,
82 uint8_t *decrypted_packet_payload);