Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-esys/
Desys_crypto_ossl.h131 #define iesys_crypto_random2b iesys_cryptossl_random2b macro
Desys_crypto_bssl.h131 #define iesys_crypto_random2b iesys_cryptbssl_random2b macro
Desys_crypto_gcrypt.h89 #define iesys_crypto_random2b iesys_cryptogcry_random2b macro
Desys_iutil.c479 iesys_crypto_random2b((TPM2B_NONCE *) & esys_context->salt, in iesys_compute_encrypted_salt()
539 r = iesys_crypto_random2b(&session->rsrc.misc.rsrc_session.nonceCaller, in iesys_gen_caller_nonces()
/external/tpm2-tss/test/unit/
Desys-crypto.c147 rc = iesys_crypto_random2b(&nonce, num_bytes); in check_random()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_StartAuthSession.c232 r2 = iesys_crypto_random2b(&esysContext->in.StartAuthSession.nonceCallerData, in Esys_StartAuthSession_Async()