Home
last modified time | relevance | path

Searched refs:TPM_ALG_XOR (Results 1 – 6 of 6) sorted by relevance

/system/tpm/trunks/generator/
Draw_structures.txt2803 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
Draw_structures_fixed.txt2801 TPM_ALG_XOR
10025 TPM_ALG_XOR
10042 TPM_ALG_XOR is not allowed in this list.
12639 TPM_ALG_XOR
12916 TPM_ALG_XOR
12991 TPM_ALG_XOR
Draw_commands_fixed.txt3983 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR)
3987 && in->symmetric.algorithm != TPM_ALG_XOR
Draw_commands.txt3981 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR)
3985 && in->symmetric.algorithm != TPM_ALG_XOR
/system/tpm/trunks/
Dtpm_generated.cc4689 if (selector == TPM_ALG_XOR) { in Serialize_TPMU_SYM_KEY_BITS()
4723 if (selector == TPM_ALG_XOR) { in Parse_TPMU_SYM_KEY_BITS()
4756 if (selector == TPM_ALG_XOR) { in Serialize_TPMU_SYM_MODE()
4787 if (selector == TPM_ALG_XOR) { in Parse_TPMU_SYM_MODE()
5200 if (selector == TPM_ALG_XOR) { in Serialize_TPMU_SCHEME_KEYEDHASH()
5227 if (selector == TPM_ALG_XOR) { in Parse_TPMU_SCHEME_KEYEDHASH()
Dtpm_generated.h499 constexpr TPM_ALG_ID TPM_ALG_XOR = 0x000A; variable