HomeSort by: relevance | last modified time | path
    Searched refs:C_DecryptInit (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_soft_pkcs11.c 206 ret = (*func->C_DecryptInit)(session, &mechanism, private);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-pkcs11.c 353 rv = p11_module->C_DecryptInit(p11ctx->hSession, &mechanism, p11ctx->hSecret);
  /src/crypto/external/bsd/openssh/dist/
pkcs11.h 1114 _CK_DECLARE_FUNCTION (C_DecryptInit,
1455 CK_C_DecryptInit C_DecryptInit;
1528 CK_C_DecryptInit C_DecryptInit;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 1158 _CK_DECLARE_FUNCTION (C_DecryptInit,
1358 CK_C_DecryptInit C_DecryptInit;
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 1127 _CK_DECLARE_FUNCTION(C_DecryptInit,
1296 CK_C_DecryptInit C_DecryptInit;
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_pkcs11.c 1188 rv = g_pFcnList->C_DecryptInit( a_hSession, a_ptMechanism, a_hObject );
1189 pkcsResult( "C_DecryptInit", rv );

Completed in 36 milliseconds