Home
last modified time | relevance | path

Searched refs:C_OpenSession (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c43 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() function
65 return (fast_funcs->C_OpenSession(TRUEID(slotID+1), in C_OpenSession()
68 return (fast_funcs->C_OpenSession(slotID, flags, in C_OpenSession()
84 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, in C_OpenSession()
H A DmetaSlotManager.c498 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, NULL, NULL, in meta_get_slot_session()
504 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, in meta_get_slot_session()
H A Dpkcs11SUNWExtensions.c182 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL, in pkcs11_GetCriteriaSession()
265 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL, in SUNW_C_GetMechSession()
H A Dmapfile-vers90 C_OpenSession;
H A Dpkcs11General.c55 C_OpenSession,
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers90 C_OpenSession;
H A DkernelGeneral.c53 C_OpenSession,
H A DkernelSession.c36 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() function
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A Dmapfile-vers90 C_OpenSession;
H A DsoftSession.c35 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() function
H A DsoftGeneral.c59 C_OpenSession,
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers87 C_OpenSession;
H A Dapi_interface.c1258 PK11_Functions.C_OpenSession = C_OpenSession; in C_GetFunctionList()
1758 C_OpenSession( in C_OpenSession() function
/titanic_41/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers231 C_OpenSession {
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c539 ck_rv = C_OpenSession(slot_id, openflags, NULL, NULL, &hSession); in kmf_select_token()
H A Dpk11keys.c129 rv = C_OpenSession(pSlotList[i], CKF_SERIAL_SESSION, in kmf_create_pk11_session()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h169 CK_PKCS11_FUNCTION_INFO(C_OpenSession)
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c183 rv = C_OpenSession(slotlist[i], CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR, in krb5_open_pkcs11_session()
/titanic_41/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c592 rv = C_OpenSession(slotID, CKF_SERIAL_SESSION, in execute_cmd()
/titanic_41/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c637 rv = C_OpenSession(slotID, CKF_SERIAL_SESSION, in execute_cmd()
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c1625 rv = prov_funcs->C_OpenSession(slot_id, CKF_SERIAL_SESSION, in check_random()
/titanic_41/usr/src/cmd/lofiadm/
H A Dmain.c864 rv = C_OpenSession(cipher->slot, CKF_SERIAL_SESSION, NULL, NULL, &sess); in getkeyfromuser()
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1295 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR,
1334 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR,
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3783 rv = C_OpenSession(slotid, CKF_SERIAL_SESSION | CKF_RW_SESSION, in KMFPK11_SetTokenPin()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4107 if ((r = cctx->p11->C_OpenSession(slotlist[i], CKF_SERIAL_SESSION, in pkinit_open_session()