Home
last modified time | relevance | path

Searched refs:get_local_random (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_changeauth.c191 if ((result = get_local_random(tspContext, FALSE, bytesRequested, in Tspi_ChangeAuthAsym()
242 if ((result = get_local_random(tspContext, FALSE, bytesRequested, in Tspi_ChangeAuthAsym()
246 if ((result = get_local_random(tspContext, FALSE, bytesRequested, in Tspi_ChangeAuthAsym()
250 if ((result = get_local_random(tspContext, FALSE, bytesRequested, in Tspi_ChangeAuthAsym()
H A Dtspi_ek.c63 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_CreateEndorsementKey()
164 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_GetPubEndorsementKey()
323 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in Tspi_TPM_CreateRevocableEndorsementKey()
H A Dtspi_maint.c156 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_LoadMaintenancePubKey()
226 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_CheckMaintenancePubKey()
H A Dtspi_transport.c63 if ((result = get_local_random(hContext, FALSE, sizeof(TPM_NONCE), in Tspi_Context_CloseSignTransport()
H A Dtspi_certify.c70 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_Key_CertifyKey()
H A Dtsp_auth.c345 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in Init_AuthNonce()
395 if ((rc = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in OSAP_Calc()
974 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in authsess_xsap_init()
998 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in authsess_xsap_init()
H A Dtspi_selftest.c71 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_CertifySelfTest()
H A Dtspi_quote.c69 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_Quote()
H A Dtspi_quote2.c75 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in Tspi_TPM_Quote2()
H A Dtspi_audit.c151 if ((result = get_local_random(tspContext, FALSE, TPM_NONCE_SIZE, in Tspi_TPM_GetAuditDigest()
H A Dspi_utils.c427 get_local_random(TSS_HCONTEXT tspContext, TSS_BOOL alloc, UINT32 size, BYTE **data) in get_local_random() function
H A Dobj_context.c739 if ((result = get_local_random(tspContext, FALSE, TPM_SHA1_160_HASH_LEN, in obj_context_transport_establish()
899 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in obj_context_transport_establish()
1304 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in obj_context_transport_execute()
H A Dtspi_aik.c347 if ((result = get_local_random(tspContext, TRUE, symKey.size, &symKey.data))) in Tspi_TPM_CollateIdentityRequest()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h133 TSS_RESULT get_local_random(TSS_HCONTEXT, TSS_BOOL, UINT32, BYTE **);
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog224 - Added support to get_local_random to either allocate a new