/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/ |
H A D | hash_kef_generic.c | 133 rv = crypto_mac(&mech, &d1, &key->kef_key, key->key_tmpl, &d2, NULL); in k5_ef_mac()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | hkdf.c | 58 ret = crypto_mac(&mech, &input_cd, &key, NULL, &output_cd, NULL); in hkdf_sha512_extract()
|
H A D | zio_crypt.c | 713 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | hmac.c | 78 rv = crypto_mac(&mac_mech, &dd, in krb5_hmac()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | nsmb_ext.mapfile | 66 crypto_mac { FLAGS = EXTERN };
|
H A D | nsmb_sign_kcf.c | 237 rv = crypto_mac(mech, &cdata, &ckey, NULL, &cmac, NULL); in nsmb_hmac_one()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sign_kcf.c | 230 rv = crypto_mac(mech, &cdata, &ckey, NULL, &cmac, NULL); in smb2_hmac_one()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 700 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac() function
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cryptmod.c | 1033 rv = crypto_mac(&mac_mech, &dd, &cdata->d_hmac_key, in kef_decr_hmac() 1092 rv = crypto_mac(&mac_mech, &dd, &cdata->d_hmac_key, in kef_encr_hmac() 1217 rv = crypto_mac(&mac_mech, &dd, key, NULL, &mac, NULL); in do_hmac()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 1031 NO_UNLOAD_STUB(kcf, crypto_mac, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 901 NO_UNLOAD_STUB(kcf, crypto_mac, nomod_minus_one);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 2860 kef_rc = crypto_mac(&assoc->ipsa_amech, &ic->ic_crypto_data, in ah_submit_req_outbound()
|
H A D | ipsecesp.c | 2253 kef_rc = crypto_mac(&assoc->ipsa_amech, in esp_submit_req_outbound()
|