Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_random.c82 result = obj_context_transport_execute(tspContext, TPM_ORD_StirRandom, dataLen, data, NULL, in Transport_StirRandom()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_random.c136 if ((result = tpm_rqu_build(TPM_ORD_StirRandom, &offset, txBlob, inDataSize, inDataSize, in TCSP_StirRandom_Internal()
H A Dtcs_pbg.c1704 case TPM_ORD_StirRandom: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h71 #define TPM_ORD_StirRandom ((UINT32)0x00000047) macro