Home
last modified time | relevance | path

Searched refs:C_FindObjectsInit (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_soft_pkcs11.c59 ret = (*func->C_FindObjectsInit)(session, search_data, num_search_data); in find_object()
H A Dsoftp11.c1321 C_FindObjectsInit(CK_SESSION_HANDLE hSession, in C_FindObjectsInit() function
1761 C_FindObjectsInit,
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h809 _CK_DECLARE_FUNCTION (C_FindObjectsInit,
1033 CK_C_FindObjectsInit C_FindObjectsInit; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1103 _CK_DECLARE_FUNCTION(C_FindObjectsInit,
1289 CK_C_FindObjectsInit C_FindObjectsInit; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1125 _CK_DECLARE_FUNCTION (C_FindObjectsInit,
1349 CK_C_FindObjectsInit C_FindObjectsInit; member
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c543 rv = g_pFcnList->C_FindObjectsInit( a_hSession, a_ptAttrList, a_ulAttrCount ); in findObjects()