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

  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 313 rv = f->C_GetAttributeValue(si->session, obj, &attr, 1);
315 error("C_GetAttributeValue failed: %lu", rv);
877 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3);
879 error("C_GetAttributeValue failed: %lu", rv);
900 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3);
902 error("C_GetAttributeValue failed: %lu", rv);
1009 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3);
1011 error("C_GetAttributeValue failed: %lu", rv);
1032 rv = f->C_GetAttributeValue(session, *obj, key_attr, 3);
1034 error("C_GetAttributeValue failed: %lu", rv)
    [all...]
pkcs11.h 1073 _CK_DECLARE_FUNCTION (C_GetAttributeValue,
1446 CK_C_GetAttributeValue C_GetAttributeValue;
1519 CK_C_GetAttributeValue C_GetAttributeValue;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 1117 _CK_DECLARE_FUNCTION (C_GetAttributeValue,
1349 CK_C_GetAttributeValue C_GetAttributeValue;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
softp11.c 1271 C_GetAttributeValue(CK_SESSION_HANDLE hSession,
1759 C_GetAttributeValue,
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 1097 _CK_DECLARE_FUNCTION(C_GetAttributeValue,
1287 CK_C_GetAttributeValue C_GetAttributeValue;
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_pkcs11.c 498 * Invoke the PKCS#11 C_GetAttributeValue API to retrieve
512 rv = g_pFcnList->C_GetAttributeValue( a_hSession, a_hObject, a_ptAttrList, a_ulAttrCount );
513 pkcsResultException( "C_GetAttributeValue", rv, CKR_ATTRIBUTE_TYPE_INVALID );

Completed in 34 milliseconds