Home
last modified time | relevance | path

Searched refs:mech_type (Results 76 – 86 of 86) sorted by relevance

1234

/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest_kcf.c166 mech.mech_type = op->mech; in get_hsession_by_mech()
175 mech.mech_type); in get_hsession_by_mech()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c642 crypto_get_all_mech_info(crypto_mech_type_t mech_type, in crypto_get_all_mech_info() argument
655 if ((rv = kcf_get_mech_entry(mech_type, &me)) != CRYPTO_SUCCESS) { in crypto_get_all_mech_info()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c798 kcf_get_sw_prov(crypto_mech_type_t mech_type, kcf_provider_desc_t **pd, in kcf_get_sw_prov() argument
805 if (kcf_get_mech_entry(mech_type, &me) != KCF_SUCCESS) in kcf_get_sw_prov()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c1519 CK_MECHANISM_TYPE mech_type; in update_policylist() local
1555 if (pkcs11_str2mech(marglist->name, &mech_type) != CKR_OK) { in update_policylist()
1566 (int)mech_type); in update_policylist()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c838 fl->fl_threshold[0].mech_type = CKM_DES3_CBC; in crypto_build_function_list()
840 fl->fl_threshold[1].mech_type = CKM_DES3_ECB; in crypto_build_function_list()
842 fl->fl_threshold[2].mech_type = CKM_AES_CBC; in crypto_build_function_list()
844 fl->fl_threshold[3].mech_type = CKM_AES_ECB; in crypto_build_function_list()
846 fl->fl_threshold[4].mech_type = CKM_RC4; in crypto_build_function_list()
848 fl->fl_threshold[5].mech_type = CKM_MD5; in crypto_build_function_list()
850 fl->fl_threshold[6].mech_type = CKM_SHA_1; in crypto_build_function_list()
1099 crypto_mech_type_t mech_type; in get_all_mechanism_info() local
1119 mech_type = crypto_mech2id(mech_name); in get_all_mechanism_info()
1121 if (mech_type == CRYPTO_MECH_INVALID) { in get_all_mechanism_info()
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h61 int mech_type; member
1491 crypto_mech_type_t mech_type; member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c100 if (pMechanism->mechanism == mech_list[i].mech_type) { in validate_mechanism()
310 pMechList[i] = mech_list[i].mech_type; in SC_GetMechanismList()
350 if (mech_list[i].mech_type == type) { in SC_GetMechanismInfo()
H A Dtpmtok_int.h387 CK_MECHANISM_TYPE mech_type; member
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h548 int mech_type; member
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1253 CK_MECHANISM_TYPE mech_type, argument
1289 mechanism.mechanism = mech_type;
5256 getSlotID(const sasl_utils_t *utils, CK_MECHANISM_TYPE mech_type, argument
5320 if (pMechTypeList[m] == mech_type)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c7560 ipsec_check_key(crypto_mech_type_t mech_type, sadb_key_t *sadb_key, argument
7567 mech.cm_type = mech_type;

1234