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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-pkcs11.c 393 p11_module->C_DestroyObject(p11ctx->hSession, p11ctx->hSecret);
  /src/crypto/external/bsd/openssh/dist/
pkcs11.h 1066 _CK_DECLARE_FUNCTION (C_DestroyObject,
1444 CK_C_DestroyObject C_DestroyObject;
1517 CK_C_DestroyObject C_DestroyObject;
ssh-pkcs11.c 2197 if ((rv = f->C_DestroyObject(session, obj)) != CKR_OK) {
2240 if ((rv = f->C_DestroyObject(session, obj)) != CKR_OK) {
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 1110 _CK_DECLARE_FUNCTION (C_DestroyObject,
1347 CK_C_DestroyObject C_DestroyObject;
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 1092 _CK_DECLARE_FUNCTION(C_DestroyObject,
1285 CK_C_DestroyObject C_DestroyObject;
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_pkcs11.c 479 * Invoke the PKCS#11 C_DestroyObject API.
490 rv = g_pFcnList->C_DestroyObject( a_hSession, a_hObject );
491 pkcsResult( "C_DestroyObject", rv );

Completed in 33 milliseconds