Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_key.c204 if ((result = tpm_rqu_build(TPM_ORD_CreateWrapKey, &offset, txBlob, parentSlot, in TCSP_CreateWrapKey_Internal()
214 result = tpm_rsp_parse(TPM_ORD_CreateWrapKey, txBlob, paramSize, keyDataSize, in TCSP_CreateWrapKey_Internal()
Dtcs_pbg.c679 case TPM_ORD_CreateWrapKey: in tpm_rsp_parse()
1587 case TPM_ORD_CreateWrapKey: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h45 #define TPM_ORD_CreateWrapKey ((UINT32)0x0000001F) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_key.c230 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_CreateWrapKey, in Transport_CreateWrapKey()
Dtsp_auth.c791 case TPM_ORD_CreateWrapKey: in authsess_xsap_init()
855 case TPM_ORD_CreateWrapKey: in authsess_xsap_init()
Dtspi_key.c222 UINT32 ordinal = TPM_ORD_CreateWrapKey; in Tspi_Key_CreateKey()