Home
last modified time | relevance | path

Searched refs:ECDSA_MECH_INFO_TYPE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c74 ECDSA_MECH_INFO_TYPE, /* SUN_CKM_ECDSA */ enumerator
116 {SUN_CKM_ECDSA, ECDSA_MECH_INFO_TYPE,
352 mech_type != ECDSA_MECH_INFO_TYPE) in check_mech_and_key()
455 if (ctxp->mech_type == ECDSA_MECH_INFO_TYPE) in ecc_free_context()
743 if (mech_type == ECDSA_MECH_INFO_TYPE) { in ecc_sign_update()
815 if (mechanism->cm_type == ECDSA_MECH_INFO_TYPE) { in ecc_sign_atomic()
1012 if (mechanism->cm_type == ECDSA_MECH_INFO_TYPE) { in ecc_verify_atomic()
H A Ddprov.c263 ECDSA_MECH_INFO_TYPE, /* SUN_CKM_ECDSA */ enumerator
637 {DPROV_CKM_ECDSA, ECDSA_MECH_INFO_TYPE,
2356 mech_type == ECDSA_MECH_INFO_TYPE); in is_publickey_mech()
2672 mech_type == ECDSA_MECH_INFO_TYPE || in dprov_valid_sign_verif_mech()