Searched refs:nonceOlder (Results 1 – 5 of 5) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | sapi-session-util.c | 48 if (session->nonceOlder.size == 0) in start_auth_session() 49 session->nonceOlder.size = GetDigestSize(session->authHash); in start_auth_session() 51 memset(session->nonceOlder.buffer, '\0', session->nonceOlder.size); in start_auth_session() 52 session->nonceNewer.size = session->nonceOlder.size; in start_auth_session() 58 &session->nonceOlder, &session->encryptedSalt, in start_auth_session() 94 (TPM2B *)&session->nonceOlder, in start_auth_session() 138 buffer_list[i++] = (TPM2B_DIGEST *)&session->nonceOlder; in compute_session_auth() 299 CopySizedByteBuffer((TPM2B *)&session->nonceOlder, (TPM2B *)nonceCaller); in create_auth_session() 335 session->nonceOlder = session->nonceNewer; in roll_nonces() 573 (TPM2B *)&session->nonceOlder, in gen_session_key() [all …]
|
D | session-util.h | 29 TPM2B_NONCE nonceOlder; member
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_crypto.c | 166 const TPM2B_NONCE * nonceOlder, in iesys_crypto_authHmac() argument 173 nonceOlder == NULL || hmac == NULL) { in iesys_crypto_authHmac() 193 r = iesys_crypto_hmac_update2b(cryptoContext, (TPM2B *) nonceOlder); in iesys_crypto_authHmac()
|
D | esys_crypto.h | 57 const TPM2B_NONCE *nonceOlder,
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 1036 …, size_t pHash_size, const TPM2B_NONCE *nonceNewer, const TPM2B_NONCE *nonceOlder, const TPM2B_NON…
|