Searched refs:TPM_ALG_CFB (Results 1 – 8 of 8) sorted by relevance
/system/tpm/trunks/ |
D | session_manager_impl.cc | 106 symmetric_algorithm.mode.aes = TPM_ALG_CFB; in StartSession()
|
D | tpm_generated_test.cc | 217 in_public.public_area.parameters.sym_detail.sym.mode.aes = TPM_ALG_CFB; in TEST()
|
D | tpm_utility_impl.cc | 817 symmetric_alg.mode.aes = TPM_ALG_CFB; in ImportRSAKey() 1520 public_area.parameters.rsa_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys() 1573 public_area.parameters.ecc_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys()
|
D | tpm_generated.h | 493 const TPM_ALG_ID TPM_ALG_CFB = 0x0043; variable
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 3520 If symmetric specifies a block cipher, then TPM_ALG_CFB is the only allowed value for the mode fiel… 3791 TPM_ALG_CFB. 3986 && in->symmetric.mode.sym != TPM_ALG_CFB) 10020 TPM_ALG_CFB 29132 TPM_ALG_CFB, symKey.t.buffer, &iv, 29484 TPM_ALG_CFB, symKey.t.buffer, &iv,
|
D | raw_commands_fixed.txt | 3520 If symmetric specifies a block cipher, then TPM_ALG_CFB is the only allowed value for the mode fiel… 3793 TPM_ALG_CFB. 3988 && in->symmetric.mode.sym != TPM_ALG_CFB) 10031 TPM_ALG_CFB 29143 TPM_ALG_CFB, symKey.t.buffer, &iv, 29495 TPM_ALG_CFB, symKey.t.buffer, &iv,
|
D | raw_structures.txt | 3083 TPM_ALG_CFB 10073 TPM_ALG_CFB 12414 When used in TPM2_StartAuthSession(), the mode parameter shall be TPM_ALG_CFB.
|
D | raw_structures_fixed.txt | 3077 TPM_ALG_CFB 10101 TPM_ALG_CFB 12452 When used in TPM2_StartAuthSession(), the mode parameter shall be TPM_ALG_CFB.
|