Searched refs:out_mac (Results 1 – 1 of 1) sorted by relevance
5831 crypto_data_t *out_mac; in emulate_verify_with_mac() local5839 out_mac = &tmpd; in emulate_verify_with_mac()5841 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), out_mac, NULL); in emulate_verify_with_mac()5842 if (in_mac->cd_length != out_mac->cd_length || in emulate_verify_with_mac()5844 in_mac->cd_offset, out_mac->cd_length) != 0)) { in emulate_verify_with_mac()