Home
last modified time | relevance | path

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

/netbsd/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()
182 if ((result = tpm_rqu_build(TPM_ORD_ReadManuMaintPub, &offset, txBlob, TPM_NONCE_SIZE, in TCSP_ReadManuMaintPub_Internal()
H A Dtcsi_selftest.c84 TPM_NONCE_SIZE, antiReplay.nonce, privAuth, NULL))) in TCSP_CertifySelfTest_Internal()
H A Dtcsi_ek.c80 if ((result = tpm_rqu_build(TPM_ORD_ReadPubek, &offset, txBlob, TPM_NONCE_SIZE, in TCSP_ReadPubek_Internal()
H A Dtcs_pbg.c839 UnloadBlob(&offset1, TPM_NONCE_SIZE, b, nonce); in tpm_rsp_parse()
858 UnloadBlob(&offset1, TPM_NONCE_SIZE, b, nonce1); in tpm_rsp_parse()
859 UnloadBlob(&offset1, TPM_NONCE_SIZE, b, nonce2); in tpm_rsp_parse()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h19 #define TPM_NONCE_SIZE TCPA_NONCE_SIZE macro
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_audit.c151 if ((result = get_local_random(tspContext, FALSE, TPM_NONCE_SIZE, in Tspi_TPM_GetAuditDigest()