Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c100 {SUN_CKM_SHA256_HMAC_GENERAL, SHA256_HMAC_GEN_MECH_INFO_TYPE,
388 if (((sha2_ctx->algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) && in sha2_digest_final_uio()
390 ((sha2_ctx->algotype > SHA256_HMAC_GEN_MECH_INFO_TYPE) && in sha2_digest_final_uio()
531 if (((sha2_ctx->algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) && in sha2_digest_final_mblk()
533 ((sha2_ctx->algotype > SHA256_HMAC_GEN_MECH_INFO_TYPE) && in sha2_digest_final_mblk()
834 if (mechanism->cm_type <= SHA256_HMAC_GEN_MECH_INFO_TYPE) in sha2_digest_atomic()
903 if (ctx->hc_mech_type <= SHA256_HMAC_GEN_MECH_INFO_TYPE) { in sha2_mac_init_ctx()
936 case SHA256_HMAC_GEN_MECH_INFO_TYPE: in sha2_is_general_hmech()
962 case SHA256_HMAC_GEN_MECH_INFO_TYPE: in sha2_mac_init()
1089 case SHA256_HMAC_GEN_MECH_INFO_TYPE: in sha2_mac_final()
[all …]
H A Ddprov.c216 SHA256_HMAC_GEN_MECH_INFO_TYPE, /* SUN_CKM_SHA256_HMAC_GENERAL */ enumerator
383 {SUN_CKM_SHA256_HMAC_GENERAL, SHA256_HMAC_GEN_MECH_INFO_TYPE,
2131 mech_type == SHA256_HMAC_GEN_MECH_INFO_TYPE || in dprov_valid_mac_mech()
2659 mech_type == SHA256_HMAC_GEN_MECH_INFO_TYPE || in dprov_valid_sign_verif_mech()
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h134 SHA256_HMAC_GEN_MECH_INFO_TYPE, /* SUN_CKM_SHA256_HMAC_GENERAL */ enumerator
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c688 case SHA256_HMAC_GEN_MECH_INFO_TYPE: in SHA2Init()
804 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) { in SHA2Update()
858 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) in SHA2Update()
867 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) { in SHA2Update()
878 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) { in SHA2Update()
934 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) { in SHA2Final()