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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c159 ret = (*func->C_SignInit)(session, &mechanism, private);
H A Dsoftp11.c1460 C_SignInit(CK_SESSION_HANDLE hSession, function
1754 C_SignInit,
/freebsd-13-stable/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h878 _CK_DECLARE_FUNCTION (C_SignInit,
1050 CK_C_SignInit C_SignInit;
1048 CK_C_SignInit C_SignInit; member in struct:ck_function_list
/freebsd-13-stable/crypto/openssh/
H A Dpkcs11.h876 _CK_DECLARE_FUNCTION (C_SignInit,
1048 CK_C_SignInit C_SignInit; member in struct:ck_function_list
H A Dssh-pkcs11.c292 } else if ((rv = f->C_SignInit(si->session, &mech, obj)) != CKR_OK) {
293 error("C_SignInit failed: %lu", rv);

Completed in 185 milliseconds