Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c122 ret = (*func->C_OpenSession)(slot, CKF_SERIAL_SESSION, in main()
H A Dsoftp11.c1114 C_OpenSession(CK_SLOT_ID slotID, in C_OpenSession() function
1728 C_OpenSession,
/freebsd/crypto/openssh/
H A Dpkcs11.h759 _CK_DECLARE_FUNCTION (C_OpenSession,
1018 CK_C_OpenSession C_OpenSession; member
H A Dssh-pkcs11.c672 if ((rv = f->C_OpenSession(p->slotlist[slotidx], CKF_RW_SESSION| in pkcs11_open_session()
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h759 _CK_DECLARE_FUNCTION (C_OpenSession,
1018 CK_C_OpenSession C_OpenSession; member
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkcs11.h757 _CK_DECLARE_FUNCTION (C_OpenSession,
1016 CK_C_OpenSession C_OpenSession; member
H A Dpkinit_crypto_openssl.c3563 rv = cctx->p11->C_OpenSession(slotlist[i], CKF_SERIAL_SESSION, in pkinit_open_session()