Home
last modified time | relevance | path

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

/external/tpm2/
DAlgorithmCap.c105 #ifdef TPM_ALG_CFB
106 {TPM_ALG_CFB, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
DStartAuthSession.c93 && in->symmetric.mode.sym != TPM_ALG_CFB) in TPM2_StartAuthSession()
DContextLoad.c79 TPM_ALG_CFB, symKey.t.buffer, &iv, in TPM2_ContextLoad()
DContextSave.c177 TPM_ALG_CFB, symKey.t.buffer, &iv, in TPM2_ContextSave()
DObject_spt.c752 TPM_ALG_CFB, symKey.t.buffer, iv, dataSize, in ProduceOuterWrap()
843 TPM_ALG_CFB, symKey.t.buffer, iv, in UnwrapOuter()
1112 symDef->keyBits.sym, TPM_ALG_CFB, in SensitiveToDuplicate()
1201 symDef->keyBits.sym, TPM_ALG_CFB, in DuplicateToSensitive()
DCryptUtil.c1807 CryptSymmetricDecrypt(data, symAlg, keySizeInBits, TPM_ALG_CFB, in ParmDecryptSym()
1845 CryptSymmetricEncrypt(data, symAlg, keySizeInBits, TPM_ALG_CFB, in ParmEncryptSym()
2199 case TPM_ALG_CFB: in CryptSymmetricEncrypt()
2230 case TPM_ALG_CFB: in CryptSymmetricEncrypt()
2318 case TPM_ALG_CFB: in CryptSymmetricDecrypt()
2348 case TPM_ALG_CFB: in CryptSymmetricDecrypt()
2629 symDef->keyBits.sym, TPM_ALG_CFB, in CryptSecretDecrypt()
DImplementation.h427 #define TPM_ALG_CFB (TPM_ALG_ID)(0x0043) macro
Dtpm_generated.c769 #ifdef TPM_ALG_CFB in TPM_ALG_ID_Unmarshal()
770 if (*target == TPM_ALG_CFB) { in TPM_ALG_ID_Unmarshal()
2038 #ifdef TPM_ALG_CFB in TPMI_ALG_SYM_MODE_Unmarshal()
2039 case TPM_ALG_CFB: in TPMI_ALG_SYM_MODE_Unmarshal()
Dpart4.txt7587 656 TPM_ALG_CFB, symKey.t.buffer, iv, dataSize,
7697 740 TPM_ALG_CFB, symKey.t.buffer, iv,
8022 1005 symDef->keyBits.sym, TPM_ALG_CFB,
8129 1091 symDef->keyBits.sym, TPM_ALG_CFB,
15587 103 #ifdef TPM_ALG_CFB
15588 104 {TPM_ALG_CFB, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
21488 1419 CryptSymmetricDecrypt(data, symAlg, keySizeInBits, TPM_ALG_CFB,
21531 1456 CryptSymmetricEncrypt(data, symAlg, keySizeInBits, TPM_ALG_CFB,
21938 1740 case TPM_ALG_CFB:
21975 1772 case TPM_ALG_CFB:
[all …]
Dpart3.txt2286 If symmetric specifies a block cipher, then TPM_ALG_CFB is the only allowed value for the mode fiel…
2426 TPM_ALG_CFB.
2505 68 && in->symmetric.mode.sym != TPM_ALG_CFB)
5812 TPM_ALG_CFB Similar to CBC in that the last ciphertext block is an input to the encryption…
16126 163 TPM_ALG_CFB, symKey.t.buffer, &iv,
16292 59 TPM_ALG_CFB, symKey.t.buffer, &iv,
/external/tpm2/generator/
Dstructures.txt104 _NAME TPM_ALG_CFB
804 _NAME TPM_ALG_CFB
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_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_structures_fixed.txt3074 TPM_ALG_CFB
10086 TPM_ALG_CFB
12439 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.