Home
last modified time | relevance | path

Searched refs:TPM_ORD_LoadManuMaintPub (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_maint.c154 if ((result = tpm_rqu_build(TPM_ORD_LoadManuMaintPub, &offset, txBlob, TPM_NONCE_SIZE, in TCSP_LoadManuMaintPub_Internal()
163 result = tpm_rsp_parse(TPM_ORD_LoadManuMaintPub, txBlob, paramSize, NULL, in TCSP_LoadManuMaintPub_Internal()
H A Dtcs_pbg.c822 case TPM_ORD_LoadManuMaintPub: in tpm_rsp_parse()
1618 case TPM_ORD_LoadManuMaintPub: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h59 #define TPM_ORD_LoadManuMaintPub ((UINT32)0x0000002F) macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_maint.c154 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_LoadManuMaintPub, in Transport_LoadManuMaintPub()