Searched refs:in_mac (Results 1 – 1 of 1) sorted by relevance
5827 emulate_verify_with_mac(crypto_ctx_t *ctx, crypto_data_t *in_mac) in emulate_verify_with_mac() argument5842 if (in_mac->cd_length != out_mac->cd_length || in emulate_verify_with_mac()5843 (bcmp(digest, (unsigned char *)in_mac->cd_raw.iov_base + in emulate_verify_with_mac()5844 in_mac->cd_offset, out_mac->cd_length) != 0)) { in emulate_verify_with_mac()