Home
last modified time | relevance | path

Searched refs:nonceNewer (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/test/integration/
Dsapi-session-util.c52 session->nonceNewer.size = session->nonceOlder.size; in start_auth_session()
61 &session->nonceNewer, 0); in start_auth_session()
93 (TPM2B *)&session->nonceNewer, in start_auth_session()
137 buffer_list[i++] = (TPM2B_DIGEST *)&session->nonceNewer; in compute_session_auth()
335 session->nonceOlder = session->nonceNewer; in roll_nonces()
336 session->nonceNewer = *new_nonce; in roll_nonces()
572 (TPM2B *)&session->nonceNewer, in gen_session_key()
654 (TPM2B *)&session->nonceNewer, in encrypt_decrypt_xor()
Dsession-util.h28 TPM2B_NONCE nonceNewer; member
/external/tpm2-tss/src/tss2-esys/
Desys_crypto.c165 const TPM2B_NONCE * nonceNewer, in iesys_crypto_authHmac() argument
172 if (hmacKey == NULL || pHash == NULL || nonceNewer == NULL || in iesys_crypto_authHmac()
190 r = iesys_crypto_hmac_update2b(cryptoContext, (TPM2B *) nonceNewer); in iesys_crypto_authHmac()
Desys_crypto.h56 const TPM2B_NONCE *nonceNewer,
/external/tpm2-tss/doc/
Ddoxygen.dox1036 …acKeySize, const uint8_t *pHash, size_t pHash_size, const TPM2B_NONCE *nonceNewer, const TPM2B_NON…