Searched refs:TPM_ALG_CBC (Results 1 – 12 of 12) sorted by relevance
/external/tpm2/ |
D | AlgorithmCap.c | 102 #ifdef TPM_ALG_CBC 103 {TPM_ALG_CBC, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
|
D | EncryptDecrypt.c | 70 if( (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB) in TPM2_EncryptDecrypt()
|
D | CryptUtil.c | 2195 case TPM_ALG_CBC: in CryptSymmetricEncrypt() 2226 case TPM_ALG_CBC: in CryptSymmetricEncrypt() 2314 case TPM_ALG_CBC: in CryptSymmetricDecrypt() 2344 case TPM_ALG_CBC: in CryptSymmetricDecrypt()
|
D | Implementation.h | 423 #define TPM_ALG_CBC (TPM_ALG_ID)(0x0042) macro
|
D | tpm_generated.c | 764 #ifdef TPM_ALG_CBC in TPM_ALG_ID_Unmarshal() 765 if (*target == TPM_ALG_CBC) { in TPM_ALG_ID_Unmarshal() 2035 #ifdef TPM_ALG_CBC in TPMI_ALG_SYM_MODE_Unmarshal() 2036 case TPM_ALG_CBC: in TPMI_ALG_SYM_MODE_Unmarshal()
|
D | part4.txt | 15584 100 #ifdef TPM_ALG_CBC 15585 101 {TPM_ALG_CBC, {0, 1, 0, 0, 0, 0, 1, 0, 0}}, 21934 1736 case TPM_ALG_CBC: 21970 1767 case TPM_ALG_CBC: 22071 1856 case TPM_ALG_CBC: 22106 1886 case TPM_ALG_CBC: 24623 377 #define TPM_ALG_CBC (TPM_ALG_ID)(0x0042)
|
D | part3.txt | 5802 TPM_ALG_CBC For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next … 5969 53 if( (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB)
|
/external/tpm2/generator/ |
D | structures.txt | 103 _NAME TPM_ALG_CBC 803 _NAME TPM_ALG_CBC
|
D | raw_structures_fixed.txt | 3042 TPM_ALG_CBC 10081 TPM_ALG_CBC
|
D | raw_structures.txt | 3051 TPM_ALG_CBC 10068 TPM_ALG_CBC
|
D | raw_commands_fixed.txt | 10018 TPM_ALG_CBC 10379 (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB)
|
D | raw_commands.txt | 10007 TPM_ALG_CBC 10368 (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB)
|