Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/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_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1088 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1165 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
/titanic_41/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;