HomeSort by relevance Sort by last modified time
    Searched refs:tpm_nonce_ (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
hmac_authorization_delegate.cc 48 tpm_nonce_.size = 0;
95 hmac_data.append(reinterpret_cast<const char*>(tpm_nonce_.buffer),
96 tpm_nonce_.size);
134 tpm_nonce_ = auth_response.nonce;
155 hmac_data.append(reinterpret_cast<const char*>(tpm_nonce_.buffer),
156 tpm_nonce_.size);
187 AesOperation(parameter, caller_nonce_, tpm_nonce_, AES_ENCRYPT);
206 AesOperation(parameter, tpm_nonce_, caller_nonce_, AES_DECRYPT);
223 tpm_nonce_ = tpm_nonce;
234 tpm_nonce_,
    [all...]
hmac_authorization_delegate.h 147 TPM2B_NONCE tpm_nonce_; member in class:trunks::HmacAuthorizationDelegate
hmac_authorization_delegate_test.cc 86 delegate.tpm_nonce_ = delegate.caller_nonce_;

Completed in 141 milliseconds