Searched refs:crypto_mac_init (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sign_kcf.c | 144 rv = crypto_mac_init(mech, &ckey, NULL, ctxp, NULL); in smb2_hmac_init() 261 rv = crypto_mac_init(mech, &ckey, NULL, ctxp, NULL); in smb3_cmac_init()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | nsmb_sign_kcf.c | 151 rv = crypto_mac_init(mech, &ckey, NULL, ctxp, NULL); in nsmb_hmac_init() 268 rv = crypto_mac_init(mech, &ckey, NULL, ctxp, NULL); in nsmb_cmac_init()
|
H A D | nsmb_ext.mapfile | 68 crypto_mac_init { FLAGS = EXTERN };
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | hkdf.c | 115 ret = crypto_mac_init(&mech, &key, NULL, &ctx, NULL); in hkdf_sha512_expand()
|
H A D | zio_crypt.c | 1158 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx, NULL); in zio_crypt_do_objset_hmacs() 1231 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx, NULL); in zio_crypt_do_objset_hmacs()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 751 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init() function
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 1035 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 905 NO_UNLOAD_STUB(kcf, crypto_mac_init, nomod_minus_one);
|