Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_soft_pkcs11.c194 ret = (*func->C_EncryptInit)(session, &mechanism, public); in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h821 _CK_DECLARE_FUNCTION (C_EncryptInit,
1036 CK_C_EncryptInit C_EncryptInit; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1112 _CK_DECLARE_FUNCTION(C_EncryptInit,
1292 CK_C_EncryptInit C_EncryptInit; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1137 _CK_DECLARE_FUNCTION (C_EncryptInit,
1352 CK_C_EncryptInit C_EncryptInit; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-pkcs11.c351 rv = p11_module->C_EncryptInit(p11ctx->hSession, &mechanism, p11ctx->hSecret); in p11_key_init()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c1096 rv = g_pFcnList->C_EncryptInit( a_hSession, a_ptMechanism, a_hObject ); in encryptData()