Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c5857 crypto_data_t *out_mac; in emulate_verify_with_mac() local
5865 out_mac = &tmpd; in emulate_verify_with_mac()
5867 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), out_mac, NULL); in emulate_verify_with_mac()
5868 if (in_mac->cd_length != out_mac->cd_length || in emulate_verify_with_mac()
5870 in_mac->cd_offset, out_mac->cd_length) != 0)) { in emulate_verify_with_mac()