Searched refs:no_mic (Results 1 – 3 of 3) sorted by relevance
69 …int no_mic, // 1 if packet to be decrypted does not include a … in blecrypt_packet_decrypt() argument80 no_mic, in blecrypt_packet_decrypt()171 int no_mic, in blecrypt_packet_decrypt_v2() argument187 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()
143 int no_mic) in test_packet_decryption() argument147 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()
71 …int no_mic, // 1 if packet to be decrypted does not include a …89 int no_mic,