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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_key.c 255 if ((result = tpm_rqu_build(TPM_ORD_GetPubKey, &offset, txBlob, keySlot, pAuth)))
265 result = tpm_rsp_parse(TPM_ORD_GetPubKey, txBlob, paramSize, pcPubKeySize,
tcs_pbg.c 680 case TPM_ORD_GetPubKey:
1951 case TPM_ORD_GetPubKey:
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 160 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_GetPubKey);
164 if ((result = secret_PerformAuth_OIAP(hKey, TPM_ORD_GetPubKey, hPolicy, FALSE,
179 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_GetPubKey);
tsp_key.c 171 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_GetPubKey, 0, NULL,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tpm_ordinal.h 47 #define TPM_ORD_GetPubKey ((UINT32)0x00000021)

Completed in 22 milliseconds