Home
last modified time | relevance | path

Searched refs:C_CreateObject (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h784 _CK_DECLARE_FUNCTION (C_CreateObject,
1027 CK_C_CreateObject C_CreateObject; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1085 _CK_DECLARE_FUNCTION(C_CreateObject,
1283 CK_C_CreateObject C_CreateObject; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1100 _CK_DECLARE_FUNCTION (C_CreateObject,
1343 CK_C_CreateObject C_CreateObject; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-pkcs11.c342 rv = p11_module->C_CreateObject(p11ctx->hSession, attributes, in p11_key_init()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c471 rv = g_pFcnList->C_CreateObject( a_hSession, a_ptAttrList, a_ulAttrCount, a_phObject ); in createObject()