Searched defs:RSA_PKCS_MECH_INFO_TYPE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c69 RSA_PKCS_MECH_INFO_TYPE, /* SUN_CKM_RSA_PKCS */ enumerator in enum:rsa_mech_type
110 {SUN_CKM_RSA_PKCS, RSA_PKCS_MECH_INFO_TYPE,
162 (((mech)->cm_type == RSA_PKCS_MECH_INFO_TYPE || \
575 if (ctxp->mech_type == RSA_PKCS_MECH_INFO_TYPE ||
607 if (mech_type == RSA_PKCS_MECH_INFO_TYPE) {
628 if (mech_type == RSA_PKCS_MECH_INFO_TYPE) {
766 if (mech_type == RSA_PKCS_MECH_INFO_TYPE) {
951 if (mech_type == RSA_PKCS_MECH_INFO_TYPE ||
1068 case RSA_PKCS_MECH_INFO_TYPE:
1089 case RSA_PKCS_MECH_INFO_TYPE
[all...]
H A Ddprov.c237 RSA_PKCS_MECH_INFO_TYPE, /* SUN_CKM_RSA_PKCS */ enumerator in enum:dprov_mech_type
523 {SUN_CKM_RSA_PKCS, RSA_PKCS_MECH_INFO_TYPE,
2311 mech_type == RSA_PKCS_MECH_INFO_TYPE ||
2323 return (mech_type == RSA_PKCS_MECH_INFO_TYPE ||
2639 mech_type == RSA_PKCS_MECH_INFO_TYPE ||
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h189 RSA_PKCS_MECH_INFO_TYPE /* SUN_CKM_RSA_PKCS */ enumerator in enum:dca_mech_type

Completed in 71 milliseconds