Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_soft_pkcs11.c63 ret = (*func->C_FindObjects)(session, object, 1, &object_count); in find_object()
H A Dsoftp11.c1371 C_FindObjects(CK_SESSION_HANDLE hSession, in C_FindObjects() function
1762 C_FindObjects,
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h813 _CK_DECLARE_FUNCTION (C_FindObjects,
1034 CK_C_FindObjects C_FindObjects; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1106 _CK_DECLARE_FUNCTION(C_FindObjects,
1290 CK_C_FindObjects C_FindObjects; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1129 _CK_DECLARE_FUNCTION (C_FindObjects,
1350 CK_C_FindObjects C_FindObjects; member
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c568 rv = g_pFcnList->C_FindObjects( a_hSession, phObjList + ulCurCount, TPM_FIND_MAX, &ulCount ); in findObjects()