Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c161 do_hmac(crypto_mech_type_t, crypto_key_t *, char *, int, char *, int);
1182 do_hmac(crypto_mech_type_t mech, in do_hmac() function
1606 result = do_hmac(sha1_hmac_mech, in aes_decrypt()
1685 result = do_hmac(sha1_hmac_mech, in aes_encrypt()
1809 result = do_hmac(md5_hmac_mech, in arcfour_hmac_md5_decrypt()
1854 result = do_hmac(md5_hmac_mech, &k1, in arcfour_hmac_md5_decrypt()
1929 result = do_hmac(md5_hmac_mech, in arcfour_hmac_md5_decrypt()
2055 result = do_hmac(md5_hmac_mech, in arcfour_hmac_md5_encrypt()
2095 result = do_hmac(md5_hmac_mech, &k2, in arcfour_hmac_md5_encrypt()
2130 result = do_hmac(md5_hmac_mech, &k1, in arcfour_hmac_md5_encrypt()