Home
last modified time | relevance | path

Searched refs:SUN_CKM_SHA1_HMAC (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Detypes.c140 SUN_CKM_SHA1_HMAC,
154 SUN_CKM_SHA1_HMAC,
168 SUN_CKM_SHA1_HMAC,
185 SUN_CKM_SHA1_HMAC,
200 SUN_CKM_SHA1_HMAC,
311 SUN_CKM_SHA1_HMAC,
325 SUN_CKM_SHA1_HMAC,
339 SUN_CKM_SHA1_HMAC,
353 SUN_CKM_SHA1_HMAC,
H A Dcksumtypes.c89 SUN_CKM_SHA1_HMAC,
97 SUN_CKM_SHA1_HMAC,
133 SUN_CKM_SHA1_HMAC,
141 SUN_CKM_SHA1_HMAC,
/illumos-gate/usr/src/test/crypto-tests/tests/hmac/
H A Dhmac_sha1.c205 char *mechname = SUN_CKM_SHA1_HMAC;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h189 #define SUN_CKM_SHA1_HMAC "CKM_SHA_1_HMAC" macro
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c236 (void) strncpy(kcf_mac_mechs_tab[2].me_name, SUN_CKM_SHA1_HMAC, in kcf_init_mech_tabs()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c98 {SUN_CKM_SHA1_HMAC, SHA1_HMAC_MECH_INFO_TYPE,
H A Ddprov.c352 {SUN_CKM_SHA1_HMAC, SHA1_HMAC_MECH_INFO_TYPE,
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c295 sha1_hmac_mech = crypto_mech2id(SUN_CKM_SHA1_HMAC); in cryptmodopen()