Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dsession_manager_impl.cc107 symmetric_algorithm.mode.aes = TPM_ALG_CFB; in StartSession()
Dtpm_generated_test.cc231 in_public.public_area.parameters.sym_detail.sym.mode.aes = TPM_ALG_CFB; in TEST()
Dtpm_utility_impl.cc795 symmetric_alg.mode.aes = TPM_ALG_CFB; in ImportRSAKey()
1535 public_area.parameters.rsa_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys()
1578 public_area.parameters.ecc_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys()
Dtpm_generated.h524 constexpr TPM_ALG_ID TPM_ALG_CFB = 0x0043; variable
/system/tpm/trunks/generator/
Draw_commands.txt3520 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,
Draw_commands_fixed.txt3520 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,
Draw_structures_fixed.txt3077 TPM_ALG_CFB
10101 TPM_ALG_CFB
12452 When used in TPM2_StartAuthSession(), the mode parameter shall be TPM_ALG_CFB.
Draw_structures.txt3083 TPM_ALG_CFB
10073 TPM_ALG_CFB
12414 When used in TPM2_StartAuthSession(), the mode parameter shall be TPM_ALG_CFB.