Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dtest_soft_pkcs11.c98 (*func->C_Initialize)(NULL_PTR); in main()
Dsoftp11.c877 C_Initialize(CK_VOID_PTR a) in C_Initialize() function
1735 C_Initialize,
/netbsd/src/crypto/external/bsd/openssh/dist/
Dpkcs11.h727 _CK_DECLARE_FUNCTION (C_Initialize, (void *init_args));
1007 CK_C_Initialize C_Initialize; member
Dssh-pkcs11.c1568 if ((rv = f->C_Initialize(NULL)) != CKR_OK) { in pkcs11_register_provider()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
Dpkcs11.h1043 _CK_DECLARE_FUNCTION (C_Initialize, (void *init_args));
1323 CK_C_Initialize C_Initialize; member
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Devp-pkcs11.c170 rv = p11_module->C_Initialize(NULL); in p11_module_init()
/netbsd/src/crypto/external/cpl/tpm-tools/dist/lib/
Dtpm_pkcs11.c189 rv = g_pFcnList->C_Initialize( NULL ); in openToken()