Searched refs:TPM_ALG_XOR (Results 1 – 14 of 14) sorted by relevance
/external/tpm2/ |
D | AlgorithmCap.c | 38 #ifdef TPM_ALG_XOR 39 {TPM_ALG_XOR, {0, 1, 1, 0, 0, 0, 0, 0, 0}},
|
D | StartAuthSession.c | 92 && in->symmetric.algorithm != TPM_ALG_XOR in TPM2_StartAuthSession()
|
D | tpm_generated.c | 639 #ifdef TPM_ALG_XOR in TPM_ALG_ID_Unmarshal() 640 if (*target == TPM_ALG_XOR) { in TPM_ALG_ID_Unmarshal() 1965 #ifdef TPM_ALG_XOR in TPMU_SYM_KEY_BITS_Marshal() 1966 case TPM_ALG_XOR: in TPMU_SYM_KEY_BITS_Marshal() 1997 #ifdef TPM_ALG_XOR in TPMU_SYM_KEY_BITS_Unmarshal() 1998 case TPM_ALG_XOR: in TPMU_SYM_KEY_BITS_Unmarshal() 2073 #ifdef TPM_ALG_XOR in TPMU_SYM_MODE_Marshal() 2074 case TPM_ALG_XOR: in TPMU_SYM_MODE_Marshal() 2103 #ifdef TPM_ALG_XOR in TPMU_SYM_MODE_Unmarshal() 2104 case TPM_ALG_XOR: in TPMU_SYM_MODE_Unmarshal() [all …]
|
D | tpm_types.h | 988 #ifdef TPM_ALG_XOR 1090 #ifdef TPM_ALG_XOR
|
D | CryptUtil.c | 711 else if(scheme->scheme == TPM_ALG_XOR) in CryptGenerateKeyedHash() 2692 if (session->symmetric.algorithm == TPM_ALG_XOR) in CryptParameterEncryption() 2761 if(session->symmetric.algorithm == TPM_ALG_XOR) in CryptParameterDecryption()
|
D | Implementation.h | 324 #define TPM_ALG_XOR (TPM_ALG_ID)(0x000A) macro
|
D | Object_spt.c | 469 if( scheme->scheme != TPM_ALG_XOR in SchemeChecks()
|
D | part4.txt | 7250 398 if( scheme->scheme != TPM_ALG_XOR 15512 33 #ifdef TPM_ALG_XOR 15513 34 {TPM_ALG_XOR, {0, 1, 1, 0, 0, 0, 0, 0, 0}}, 20124 472 else if(scheme->scheme == TPM_ALG_XOR) 22516 2221 if (session->symmetric.algorithm == TPM_ALG_XOR) 22595 2284 if(session->symmetric.algorithm == TPM_ALG_XOR) 24514 279 #define TPM_ALG_XOR (TPM_ALG_ID)(0x000A)
|
D | part3.txt | 2501 64 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR) 2504 67 && in->symmetric.algorithm != TPM_ALG_XOR
|
/external/tpm2/generator/ |
D | structures.txt | 79 _NAME TPM_ALG_XOR 790 _NAME TPM_ALG_XOR 860 _NAME TPM_ALG_XOR
|
D | raw_structures.txt | 2803 TPM_ALG_XOR 9997 TPM_ALG_XOR 10014 TPM_ALG_XOR is not allowed in this list. 12505 TPM_ALG_XOR 12571 TPM_ALG_XOR 12627 TPM_ALG_XOR 12904 TPM_ALG_XOR 12979 TPM_ALG_XOR
|
D | raw_structures_fixed.txt | 2798 TPM_ALG_XOR 10010 TPM_ALG_XOR 10027 TPM_ALG_XOR is not allowed in this list. 12626 TPM_ALG_XOR 12903 TPM_ALG_XOR 12978 TPM_ALG_XOR
|
D | raw_commands.txt | 3981 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR) 3985 && in->symmetric.algorithm != TPM_ALG_XOR
|
D | raw_commands_fixed.txt | 3983 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR) 3987 && in->symmetric.algorithm != TPM_ALG_XOR
|