Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dsession_manager_impl.cc104 TPMT_SYM_DEF symmetric_algorithm; in StartSession() local
105 symmetric_algorithm.algorithm = TPM_ALG_AES; in StartSession()
106 symmetric_algorithm.key_bits.aes = 128; in StartSession()
107 symmetric_algorithm.mode.aes = TPM_ALG_CFB; in StartSession()
126 nonce_caller, encrypted_secret, session_type, symmetric_algorithm, in StartSession()