/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | pkcs11slot.c | 145 rv = C_GetMechanismInfo(*slotid, algos.enc_algo, &info); in slot_supports_krb5() 173 rv = C_GetMechanismInfo(*slotid, algos.hash_algo, in slot_supports_krb5() 186 rv = C_GetMechanismInfo(*slotid, algos.str2key_algo, in slot_supports_krb5()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11SUNWExtensions.c | 104 return (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK); in match_mech() 253 if (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK) { in SUNW_C_GetMechSession() 333 rv = C_GetMechanismInfo(slot_id, mech, &mech_info); in SUNW_C_KeyToObject()
|
H A D | pkcs11SlotToken.c | 722 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, in C_GetMechanismInfo() function 736 return (fast_funcs->C_GetMechanismInfo(slotID, type, pInfo)); in C_GetMechanismInfo() 762 rv = prov_funcs->C_GetMechanismInfo(true_id, type, pInfo); in C_GetMechanismInfo()
|
H A D | mapfile-vers | 77 C_GetMechanismInfo;
|
H A D | pkcs11General.c | 51 C_GetMechanismInfo,
|
H A D | metaMechManager.c | 473 rv = FUNCLIST(fw_st_id)->C_GetMechanismInfo(true_id, mech, &info); in update_slotmech()
|
/titanic_41/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 494 rv = C_GetMechanismInfo(pSlotList[slot], in execute_cmd() 543 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info); in execute_cmd() 552 rv = C_GetMechanismInfo(slotID, mech_type, &info); in execute_cmd() 567 rv = C_GetMechanismInfo(slotID, in execute_cmd()
|
/titanic_41/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 546 rv = C_GetMechanismInfo(pSlotList[slot], in execute_cmd() 594 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info); in execute_cmd() 602 rv = C_GetMechanismInfo(slotID, mech_type, &info); in execute_cmd() 617 rv = C_GetMechanismInfo(slotID, in execute_cmd()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | mapfile-vers | 77 C_GetMechanismInfo;
|
H A D | kernelGeneral.c | 49 C_GetMechanismInfo,
|
H A D | kernelSlotToken.c | 364 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, in C_GetMechanismInfo() function
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | mapfile-vers | 77 C_GetMechanismInfo;
|
H A D | softGeneral.c | 55 C_GetMechanismInfo,
|
H A D | softSlotToken.c | 422 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, in C_GetMechanismInfo() function
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mapfile-vers | 74 C_GetMechanismInfo;
|
H A D | api_interface.c | 1254 PK11_Functions.C_GetMechanismInfo = C_GetMechanismInfo; in C_GetFunctionList() 1374 C_GetMechanismInfo(CK_SLOT_ID slotID, in C_GetMechanismInfo() function
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 295 rv = funcs->C_GetMechanismInfo(METASLOT_ID, in list_metaslot_info()
|
H A D | adm_uef.c | 458 rv = prov_funcs->C_GetMechanismInfo( in list_mechlist_for_lib()
|
/titanic_41/usr/src/lib/pkcs11/libkcfd/common/ |
H A D | mapfile-vers | 179 C_GetMechanismInfo {
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 117 CK_PKCS11_FUNCTION_INFO(C_GetMechanismInfo)
|
/titanic_41/usr/src/cmd/lofiadm/ |
H A D | main.c | 1191 if (C_GetMechanismInfo(slot_id, cipher->type, &mechinfo) != CKR_OK) { in match_token_cipher() 1196 if (C_GetMechanismInfo(slot_id, CKM_PKCS5_PBKD2, &mechinfo) != in match_token_cipher()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 123 rv = C_GetMechanismInfo(pSlotList[i], wanted_mech, &info); in kmf_create_pk11_session()
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 5250 if ((r = id_cryptoctx->p11->C_GetMechanismInfo(id_cryptoctx->slotid,
|