Searched refs:nonceNewer (Results 1 – 5 of 5) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | sapi-session-util.c | 52 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()
|
D | session-util.h | 28 TPM2B_NONCE nonceNewer; member
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_crypto.c | 165 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()
|
D | esys_crypto.h | 56 const TPM2B_NONCE *nonceNewer,
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 1036 …acKeySize, const uint8_t *pHash, size_t pHash_size, const TPM2B_NONCE *nonceNewer, const TPM2B_NON…
|