Searched refs:C_GetMechanismInfo (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c145 rv = C_GetMechanismInfo(*slotid, algos.enc_algo, &info);
147 KRB5_LOG1(KRB5_ERR, "C_GetMechanismInfo failed "
173 rv = C_GetMechanismInfo(*slotid, algos.hash_algo,
176 KRB5_LOG1(KRB5_ERR, "C_GetMechanismInfo failed "
186 rv = C_GetMechanismInfo(*slotid, algos.str2key_algo,
189 KRB5_LOG(KRB5_ERR, "C_GetMechanismInfo failed "
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c104 return (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK);
109 * the necessary work of calling C_GetSlotList(), C_GetMechanismInfo()
191 * of the neccessary work of calling C_GetSlotList(), C_GetMechanismInfo()
253 if (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK) {
333 rv = C_GetMechanismInfo(slot_id, mech, &mech_info);
H A Dpkcs11SlotToken.c722 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
736 return (fast_funcs->C_GetMechanismInfo(slotID, type, pInfo));
762 rv = prov_funcs->C_GetMechanismInfo(true_id, type, pInfo);
H A Dpkcs11General.c51 C_GetMechanismInfo,
H A DmetaMechManager.c277 * The force_refresh flag is used by C_GetMechanismInfo, to force an
473 rv = FUNCLIST(fw_st_id)->C_GetMechanismInfo(true_id, mech, &info);
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c494 rv = C_GetMechanismInfo(pSlotList[slot],
543 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info);
552 rv = C_GetMechanismInfo(slotID, mech_type, &info);
567 rv = C_GetMechanismInfo(slotID,
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_digest.c160 rv = C_GetMechanismInfo(slotID, mech_type, &info);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c49 C_GetMechanismInfo,
H A DkernelSlotToken.c364 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c546 rv = C_GetMechanismInfo(pSlotList[slot],
594 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info);
602 rv = C_GetMechanismInfo(slotID, mech_type, &info);
617 rv = C_GetMechanismInfo(slotID,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c55 C_GetMechanismInfo,
H A DsoftSlotToken.c422 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c295 rv = funcs->C_GetMechanismInfo(METASLOT_ID,
298 cryptodebug("C_GetMechanismInfo failed with "
H A Dadm_uef.c458 rv = prov_funcs->C_GetMechanismInfo(
463 "C_GetMechanismInfo() from %s.",
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h115 /* C_GetMechanismInfo obtains information about a particular
117 CK_PKCS11_FUNCTION_INFO(C_GetMechanismInfo)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1254 PK11_Functions.C_GetMechanismInfo = C_GetMechanismInfo;
1374 C_GetMechanismInfo(CK_SLOT_ID slotID, function
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1258 if (C_GetMechanismInfo(slot_id, cipher->type, &mechinfo) != CKR_OK) {
1263 if (C_GetMechanismInfo(slot_id, CKM_PKCS5_PBKD2, &mechinfo) !=
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c123 rv = C_GetMechanismInfo(pSlotList[i], wanted_mech, &info);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5250 if ((r = id_cryptoctx->p11->C_GetMechanismInfo(id_cryptoctx->slotid,

Completed in 109 milliseconds