Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c133 rv = crypto_mac_init(mech, &ckey, NULL, ctxp, NULL); in smb2_hmac_init()
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c434 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init() function
H A Dkcf_dual.c708 error = crypto_mac_init(mac_mech, mac_key, mac_tmpl, in crypto_encrypt_mac_init()
1635 error = crypto_mac_init(mac_mech, mac_key, mac_tmpl, in crypto_mac_decrypt_init()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dapi.h100 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key,
H A Dioctl.h365 typedef struct crypto_mac_init { struct
/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1694 err = crypto_mac_init(&cmops->em_mac_mech, in kcf_emulate_dual()
1811 err = crypto_mac_init(&mdops->md_mac_mech, in kcf_emulate_dual()
/titanic_50/usr/src/uts/sparc/ml/
H A Dmodstubs.s1088 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1165 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
/titanic_50/usr/src/uts/common/inet/kssl/
H A Dksslrec.c143 rv = crypto_mac_init(m, k, NULL, c, NULL); if (CRYPTO_ERR(rv)) goto end;