Home
last modified time | relevance | path

Searched refs:tpm_nonce (Results 1 – 2 of 2) sorted by relevance

/system/tpm/trunks/
Dhmac_authorization_delegate.cc212 const TPM2B_NONCE& tpm_nonce, in InitSession() argument
219 tpm_nonce.size < kNonceMinSize || tpm_nonce.size > kNonceMaxSize) { in InitSession()
223 tpm_nonce_ = tpm_nonce; in InitSession()
Dhmac_authorization_delegate.h84 const TPM2B_NONCE& tpm_nonce,