Searched defs:nonce_newer (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/
H A Dhmac_authorization_delegate.cc246 const TPM2B_NONCE& nonce_newer,
262 data.append(reinterpret_cast<const char*>(nonce_newer.buffer),
263 nonce_newer.size);
283 const TPM2B_NONCE& nonce_newer,
288 CreateKey(session_key_ + entity_authorization_value_, label, nonce_newer,
243 CreateKey( const std::string& hmac_key, const std::string& label, const TPM2B_NONCE& nonce_newer, const TPM2B_NONCE& nonce_older) argument
282 AesOperation(std::string* parameter, const TPM2B_NONCE& nonce_newer, const TPM2B_NONCE& nonce_older, int operation_type) argument

Completed in 5 milliseconds