Searched refs:C_Initialize (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c96 (*func->C_Initialize)(NULL_PTR);
H A Dsoftp11.c859 C_Initialize(CK_VOID_PTR a) function
1712 C_Initialize,
/freebsd-10.2-release/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h728 _CK_DECLARE_FUNCTION (C_Initialize, (void *init_args));
1008 CK_C_Initialize C_Initialize;
1006 CK_C_Initialize C_Initialize; member in struct:ck_function_list
/freebsd-10.2-release/crypto/openssh/
H A Dpkcs11.h726 _CK_DECLARE_FUNCTION (C_Initialize, (void *init_args));
1006 CK_C_Initialize C_Initialize; member in struct:ck_function_list
H A Dssh-pkcs11.c581 if ((rv = f->C_Initialize(NULL)) != CKR_OK) {
582 error("C_Initialize failed: %lu", rv);

Completed in 136 milliseconds