Searched refs:C_OpenSession (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/unix/
H A Dunix.c75 #define C_OpenSession isc_C_OpenSession macro
78 C_OpenSession(CK_SLOT_ID slotID,
87 C_OpenSession(CK_SLOT_ID slotID, function
101 sym = (CK_C_OpenSession)dlsym(hPK11, "C_OpenSession");
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/win32/
H A Dwin32.c177 #define C_OpenSession isc_C_OpenSession macro
180 C_OpenSession(CK_SLOT_ID slotID, function
194 sym = (CK_C_OpenSession)GetProcAddress(hPK11, "C_OpenSession");
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c158 rv = C_OpenSession(slot, CKF_RW_SESSION+CKF_SERIAL_SESSION,
161 fprintf(stderr, "C_OpenSession: Error = 0x%.8lX\n", rv);
H A Dpkcs11-list.c164 rv = C_OpenSession(slot, CKF_SERIAL_SESSION,
167 fprintf(stderr, "C_OpenSession: Error = 0x%.8lX\n", rv);
H A Dpkcs11-keygen.c237 rv = C_OpenSession(slot, CKF_RW_SESSION+CKF_SERIAL_SESSION,
241 fprintf(stderr, "C_OpenSession: Error = 0x%.8lX\n", rv);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_soft_pkcs11.c122 ret = (*func->C_OpenSession)(slot, CKF_SERIAL_SESSION,
125 errx(1, "C_OpenSession failed: %d", (int)ret);
H A Dsoftp11.c1110 C_OpenSession(CK_SLOT_ID slotID, function
1724 C_OpenSession,
/macosx-10.10/Heimdal-398.1.2/lib/hx509/ref/
H A Dpkcs11.h761 _CK_DECLARE_FUNCTION (C_OpenSession,
1020 CK_C_OpenSession C_OpenSession;
1018 CK_C_OpenSession C_OpenSession; member in struct:ck_function_list
/macosx-10.10/OpenSSH-189/openssh/
H A Dpkcs11.h759 _CK_DECLARE_FUNCTION (C_OpenSession,
1018 CK_C_OpenSession C_OpenSession; member in struct:ck_function_list
H A Dssh-pkcs11.c363 if ((rv = f->C_OpenSession(p->slotlist[slotidx], CKF_RW_SESSION|
366 error("C_OpenSession failed: %lu", rv);
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/include/
H A Dpkcs11f.h167 /* C_OpenSession opens a session between an application and a
169 CK_PKCS11_FUNCTION_INFO(C_OpenSession)

Completed in 91 milliseconds