Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c109 {SUN_CKM_SHA384_HMAC, SHA384_HMAC_MECH_INFO_TYPE,
966 case SHA384_HMAC_MECH_INFO_TYPE: in sha2_mac_init()
1083 case SHA384_HMAC_MECH_INFO_TYPE: in sha2_mac_final()
1211 case SHA384_HMAC_MECH_INFO_TYPE: in sha2_mac_atomic()
1281 if (mechanism->cm_type == SHA384_HMAC_MECH_INFO_TYPE || in sha2_mac_atomic()
1353 case SHA384_HMAC_MECH_INFO_TYPE: in sha2_mac_verify_atomic()
1426 if (mechanism->cm_type == SHA384_HMAC_MECH_INFO_TYPE || in sha2_mac_verify_atomic()
1571 case SHA384_HMAC_MECH_INFO_TYPE: in sha2_create_ctx_template()
1638 case SHA384_HMAC_MECH_INFO_TYPE: in sha2_free_context()
H A Ddprov.c218 SHA384_HMAC_MECH_INFO_TYPE, /* SUN_CKM_SHA384_HMAC */ enumerator
396 {SUN_CKM_SHA384_HMAC, SHA384_HMAC_MECH_INFO_TYPE,
2132 mech_type == SHA384_HMAC_MECH_INFO_TYPE || in dprov_valid_mac_mech()
2660 mech_type == SHA384_HMAC_MECH_INFO_TYPE || in dprov_valid_sign_verif_mech()
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h136 SHA384_HMAC_MECH_INFO_TYPE, /* SUN_CKM_SHA384_HMAC */ enumerator
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c699 case SHA384_HMAC_MECH_INFO_TYPE: in SHA2Init()