Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_admin.c399 if ((result = tpm_rqu_build(TPM_ORD_SetRedirection, &offset, txBlob, keySlot, c1, c2, in TCSP_SetRedirection_Internal()
409 result = tpm_rsp_parse(TPM_ORD_SetRedirection, txBlob, paramSize, privAuth); in TCSP_SetRedirection_Internal()
H A Dtcs_pbg.c894 case TPM_ORD_SetRedirection: in tpm_rsp_parse()
1206 case TPM_ORD_SetRedirection: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h111 #define TPM_ORD_SetRedirection ((UINT32)0x0000009A) macro