Home
last modified time | relevance | path

Searched refs:SHA256_HMAC_MECH_INFO_TYPE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c95 {SUN_CKM_SHA256_HMAC, SHA256_HMAC_MECH_INFO_TYPE,
961 case SHA256_HMAC_MECH_INFO_TYPE: in sha2_mac_init()
1080 case SHA256_HMAC_MECH_INFO_TYPE: in sha2_mac_final()
1206 case SHA256_HMAC_MECH_INFO_TYPE: in sha2_mac_atomic()
1348 case SHA256_HMAC_MECH_INFO_TYPE: in sha2_mac_verify_atomic()
1566 case SHA256_HMAC_MECH_INFO_TYPE: in sha2_create_ctx_template()
1636 case SHA256_HMAC_MECH_INFO_TYPE: in sha2_free_context()
H A Ddprov.c215 SHA256_HMAC_MECH_INFO_TYPE, /* SUN_CKM_SHA256_HMAC */ enumerator
374 {SUN_CKM_SHA256_HMAC, SHA256_HMAC_MECH_INFO_TYPE,
2130 mech_type == SHA256_HMAC_MECH_INFO_TYPE || in dprov_valid_mac_mech()
2658 mech_type == SHA256_HMAC_MECH_INFO_TYPE || in dprov_valid_sign_verif_mech()
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h133 SHA256_HMAC_MECH_INFO_TYPE, /* SUN_CKM_SHA256_HMAC */ enumerator
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c687 case SHA256_HMAC_MECH_INFO_TYPE: in SHA2Init()