Searched refs:crypto_mac (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/ |
H A D | hash_kef_generic.c | 135 rv = crypto_mac(&mech, &d1, &key->kef_key, key->key_tmpl, &d2, NULL); in k5_ef_mac()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | hmac.c | 78 rv = crypto_mac(&mac_mech, &dd, in krb5_hmac()
|
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_mac.c | 129 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac() function
|
H A D | kcf_dual.c | 308 error = crypto_mac(mac_mech, (crypto_data_t *)ct, in crypto_encrypt_mac() 1234 error = crypto_mac(mac_mech, (crypto_data_t *)ct, in crypto_mac_decrypt_common()
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 88 extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data,
|
H A D | ioctl.h | 356 typedef struct crypto_mac { struct
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cryptmod.c | 1030 rv = crypto_mac(&mac_mech, &dd, &cdata->d_hmac_key, in kef_decr_hmac() 1089 rv = crypto_mac(&mac_mech, &dd, &cdata->d_hmac_key, in kef_encr_hmac() 1214 rv = crypto_mac(&mac_mech, &dd, key, NULL, &mac, NULL); in do_hmac()
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1084 NO_UNLOAD_STUB(kcf, crypto_mac, nomod_minus_one);
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1161 NO_UNLOAD_STUB(kcf, crypto_mac, nomod_minus_one);
|
/titanic_50/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 241 rv = crypto_mac(&spec->hmac_mech, &dd, &spec->hmac_key, in kssl_compute_record_mac()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 3015 kef_rc = crypto_mac(&assoc->ipsa_amech, &ic->ic_crypto_data, in ah_submit_req_outbound()
|
H A D | ipsecesp.c | 2495 kef_rc = crypto_mac(&assoc->ipsa_amech, in esp_submit_req_outbound()
|