Searched refs:crypto_mac (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c135 rv = crypto_mac(&mech, &d1, &key->kef_key, key->key_tmpl, &d2, NULL);
138 "k5_ef_mac(): crypto_mac error: %0x", rv);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dhmac.c78 rv = crypto_mac(&mac_mech, &dd,
83 KRB5_LOG(KRB5_ERR,"crypto_mac error: %0x", rv);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c126 * a provider. See crypto_mac() comments for more information.
129 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, function
307 /* see comments in crypto_mac() */
H A Dkcf_dual.c308 error = crypto_mac(mac_mech, (crypto_data_t *)ct,
1234 error = crypto_mac(mac_mech, (crypto_data_t *)ct,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h88 extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data,
H A Dioctl.h356 typedef struct crypto_mac { struct
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c1030 rv = crypto_mac(&mac_mech, &dd, &cdata->d_hmac_key,
1034 cmn_err(CE_WARN, "crypto_mac failed: %0x", rv);
1089 rv = crypto_mac(&mac_mech, &dd, &cdata->d_hmac_key,
1093 cmn_err(CE_WARN, "crypto_mac failed: %0x", rv);
1214 rv = crypto_mac(&mac_mech, &dd, key, NULL, &mac, NULL);
1217 cmn_err(CE_WARN, "crypto_mac failed: %0x", rv);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1163 NO_UNLOAD_STUB(kcf, crypto_mac, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s1086 NO_UNLOAD_STUB(kcf, crypto_mac, nomod_minus_one);
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c241 rv = crypto_mac(&spec->hmac_mech, &dd, &spec->hmac_key,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c3015 kef_rc = crypto_mac(&assoc->ipsa_amech, &ic->ic_crypto_data,
H A Dipsecesp.c2495 kef_rc = crypto_mac(&assoc->ipsa_amech,

Completed in 105 milliseconds