Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c123 {SUN_CKM_SHA512_HMAC, SHA512_HMAC_MECH_INFO_TYPE,
968 case SHA512_HMAC_MECH_INFO_TYPE: in sha2_mac_init()
1086 case SHA512_HMAC_MECH_INFO_TYPE: in sha2_mac_final()
1213 case SHA512_HMAC_MECH_INFO_TYPE: in sha2_mac_atomic()
1355 case SHA512_HMAC_MECH_INFO_TYPE: in sha2_mac_verify_atomic()
1573 case SHA512_HMAC_MECH_INFO_TYPE: in sha2_create_ctx_template()
1640 case SHA512_HMAC_MECH_INFO_TYPE: in sha2_free_context()
H A Ddprov.c221 SHA512_HMAC_MECH_INFO_TYPE, /* SUN_CKM_SHA512_HMAC */ enumerator
418 {SUN_CKM_SHA512_HMAC, SHA512_HMAC_MECH_INFO_TYPE,
2134 mech_type == SHA512_HMAC_MECH_INFO_TYPE || in dprov_valid_mac_mech()
2662 mech_type == SHA512_HMAC_MECH_INFO_TYPE || in dprov_valid_sign_verif_mech()
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h139 SHA512_HMAC_MECH_INFO_TYPE, /* SUN_CKM_SHA512_HMAC */ enumerator
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c711 case SHA512_HMAC_MECH_INFO_TYPE: in SHA2Init()