Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/hx509/
HDtest_soft_pkcs11.c159 ret = (*func->C_SignInit)(session, &mechanism, private); in main()
HDsoftp11.c1464 C_SignInit(CK_SESSION_HANDLE hSession, in C_SignInit() function
1758 C_SignInit,
/freebsd-head/crypto/heimdal/lib/hx509/ref/
HDpkcs11.h876 _CK_DECLARE_FUNCTION (C_SignInit,
1048 CK_C_SignInit C_SignInit; member
/freebsd-head/crypto/openssh/
HDpkcs11.h876 _CK_DECLARE_FUNCTION (C_SignInit,
1048 CK_C_SignInit C_SignInit; member
HDssh-pkcs11.c402 if ((rv = f->C_SignInit(si->session, &mech, obj)) != CKR_OK) { in pkcs11_get_key()