Home
last modified time | relevance | path

Searched refs:TPM_ALG_CBC (Results 1 – 12 of 12) sorted by relevance

/external/tpm2/
DAlgorithmCap.c102 #ifdef TPM_ALG_CBC
103 {TPM_ALG_CBC, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
DEncryptDecrypt.c70 if( (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB) in TPM2_EncryptDecrypt()
DCryptUtil.c2195 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()
DImplementation.h423 #define TPM_ALG_CBC (TPM_ALG_ID)(0x0042) macro
Dtpm_generated.c764 #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()
Dpart4.txt15584 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)
Dpart3.txt5802 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/
Dstructures.txt103 _NAME TPM_ALG_CBC
803 _NAME TPM_ALG_CBC
Draw_structures_fixed.txt3042 TPM_ALG_CBC
10081 TPM_ALG_CBC
Draw_structures.txt3051 TPM_ALG_CBC
10068 TPM_ALG_CBC
Draw_commands_fixed.txt10018 TPM_ALG_CBC
10379 (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB)
Draw_commands.txt10007 TPM_ALG_CBC
10368 (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB)