Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
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()
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()
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()
Dtspi_transport.c63 if ((result = get_local_random(hContext, FALSE, sizeof(TPM_NONCE), in Tspi_Context_CloseSignTransport()
Dtspi_certify.c70 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_Key_CertifyKey()
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()
Dtspi_selftest.c71 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_CertifySelfTest()
Dtspi_quote.c69 if ((result = get_local_random(tspContext, FALSE, sizeof(TCPA_NONCE), in Tspi_TPM_Quote()
Dtspi_quote2.c75 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE), in Tspi_TPM_Quote2()
Dtspi_audit.c151 if ((result = get_local_random(tspContext, FALSE, TPM_NONCE_SIZE, in Tspi_TPM_GetAuditDigest()
Dspi_utils.c427 get_local_random(TSS_HCONTEXT tspContext, TSS_BOOL alloc, UINT32 size, BYTE **data) in get_local_random() function
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()
Dtspi_aik.c347 if ((result = get_local_random(tspContext, TRUE, symKey.size, &symKey.data))) in Tspi_TPM_CollateIdentityRequest()
/netbsd/src/crypto/external/cpl/trousers/lib/libtspi/
Dtspi.expsym655 get_local_random
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dspi_utils.h133 TSS_RESULT get_local_random(TSS_HCONTEXT, TSS_BOOL, UINT32, BYTE **);
/netbsd/src/crypto/external/cpl/trousers/dist/
DChangeLog224 - Added support to get_local_random to either allocate a new