Home
last modified time | relevance | path

Searched refs:TPM_ORD_ReadPubek (Results 1 – 3 of 3) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ek.c80 if ((result = tpm_rqu_build(TPM_ORD_ReadPubek, &offset, txBlob, TPM_NONCE_SIZE, in TCSP_ReadPubek_Internal()
89 result = tpm_rsp_parse(TPM_ORD_ReadPubek, txBlob, paramSize, pubEndorsementKeySize, in TCSP_ReadPubek_Internal()
H A Dtcs_pbg.c721 case TPM_ORD_ReadPubek: in tpm_rsp_parse()
1677 case TPM_ORD_ReadPubek: in tpm_rqu_build()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h95 #define TPM_ORD_ReadPubek ((UINT32)0x0000007C) macro