Home
last modified time | relevance | path

Searched refs:no_mic (Results 1 – 3 of 3) sorted by relevance

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt.c69 …int no_mic, // 1 if packet to be decrypted does not include a … in blecrypt_packet_decrypt() argument
80 no_mic, in blecrypt_packet_decrypt()
171 int no_mic, in blecrypt_packet_decrypt_v2() argument
187 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_IGNORE_TAG, no_mic, NULL); in blecrypt_packet_decrypt_v2()
189 if (no_mic) in blecrypt_packet_decrypt_v2()
Dblecrypt_unittest.c143 int no_mic) in test_packet_decryption() argument
147 int packet_payload_len = encrypted_packet[1] - (no_mic ? 0 : MIC_LEN); in test_packet_decryption()
159 no_mic, in test_packet_decryption()
173 if (no_mic) in test_packet_decryption()
Dblecrypt.h71 …int no_mic, // 1 if packet to be decrypted does not include a …
89 int no_mic,