Searched refs:decrypted_packet_payload (Results 1 – 2 of 2) sorted by relevance
53 uint8_t *decrypted_packet_payload);77 uint8_t *decrypted_packet_payload237 uint8_t* decrypted_packet_payload, in BLECrypt_if_decrypt_packet() argument269 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() argument410 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()
40 uint8_t* decrypted_packet_payload,82 uint8_t *decrypted_packet_payload);