Searched refs:TPM_ALG_CFB (Results 1 – 15 of 15) sorted by relevance
/external/tpm2/ |
D | AlgorithmCap.c | 105 #ifdef TPM_ALG_CFB 106 {TPM_ALG_CFB, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
|
D | StartAuthSession.c | 93 && in->symmetric.mode.sym != TPM_ALG_CFB) in TPM2_StartAuthSession()
|
D | ContextLoad.c | 79 TPM_ALG_CFB, symKey.t.buffer, &iv, in TPM2_ContextLoad()
|
D | ContextSave.c | 177 TPM_ALG_CFB, symKey.t.buffer, &iv, in TPM2_ContextSave()
|
D | Object_spt.c | 752 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()
|
D | CryptUtil.c | 1807 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()
|
D | Implementation.h | 427 #define TPM_ALG_CFB (TPM_ALG_ID)(0x0043) macro
|
D | tpm_generated.c | 769 #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()
|
D | part4.txt | 7587 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 …]
|
D | part3.txt | 2286 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/ |
D | structures.txt | 104 _NAME TPM_ALG_CFB 804 _NAME TPM_ALG_CFB
|
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_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_structures_fixed.txt | 3074 TPM_ALG_CFB 10086 TPM_ALG_CFB 12439 When used in TPM2_StartAuthSession(), the mode parameter shall be TPM_ALG_CFB.
|
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.
|