Home
last modified time | relevance | path

Searched refs:C_DecryptInit (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_soft_pkcs11.c206 ret = (*func->C_DecryptInit)(session, &mechanism, private); in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h840 _CK_DECLARE_FUNCTION (C_DecryptInit,
1040 CK_C_DecryptInit C_DecryptInit; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1127 _CK_DECLARE_FUNCTION(C_DecryptInit,
1296 CK_C_DecryptInit C_DecryptInit; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1156 _CK_DECLARE_FUNCTION (C_DecryptInit,
1356 CK_C_DecryptInit C_DecryptInit; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-pkcs11.c353 rv = p11_module->C_DecryptInit(p11ctx->hSession, &mechanism, p11ctx->hSecret); in p11_key_init()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c1188 rv = g_pFcnList->C_DecryptInit( a_hSession, a_ptMechanism, a_hObject ); in decryptData()