Searched refs:do_hmac (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | cryptmod.c | 159 do_hmac(crypto_mech_type_t, crypto_key_t *, char *, int, char *, int); 1179 do_hmac(crypto_mech_type_t mech, function 1603 result = do_hmac(sha1_hmac_mech, 1610 "aes_decrypt: do_hmac failed - error %0x", result); 1682 result = do_hmac(sha1_hmac_mech, 1688 cmn_err(CE_WARN, "aes_encrypt: do_hmac failed - error %0x", 1806 result = do_hmac(md5_hmac_mech, 1812 "arcfour_hmac_md5_decrypt: do_hmac(k1)" 1851 result = do_hmac(md5_hmac_mech, &k1, 1859 "arcfour_hmac_md5_decrypt: do_hmac(k [all...] |
Completed in 61 milliseconds