Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dsession_manager_impl.cc103 TPMT_SYM_DEF symmetric_algorithm; in StartSession() local
104 symmetric_algorithm.algorithm = TPM_ALG_AES; in StartSession()
105 symmetric_algorithm.key_bits.aes = 128; in StartSession()
106 symmetric_algorithm.mode.aes = TPM_ALG_CFB; in StartSession()
127 symmetric_algorithm, in StartSession()