Searched refs:crypto_mac_init (Results 1 – 8 of 8) sorted by relevance
| /titanic_41/usr/src/uts/common/crypto/api/ |
| H A D | kcf_mac.c | 434 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init() function
|
| H A D | kcf_dual.c | 708 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 D | api.h | 100 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key,
|
| H A D | ioctl.h | 365 typedef struct crypto_mac_init { struct
|
| /titanic_41/usr/src/uts/common/crypto/core/ |
| H A D | kcf_callprov.c | 1694 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 D | modstubs.s | 1088 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
|
| /titanic_41/usr/src/uts/intel/ia32/ml/ |
| H A D | modstubs.s | 1165 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
|
| /titanic_41/usr/src/uts/common/inet/kssl/ |
| H A D | ksslrec.c | 143 rv = crypto_mac_init(m, k, NULL, c, NULL); if (CRYPTO_ERR(rv)) goto end;
|