Home
last modified time | relevance | path

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

/system/tpm/trunks/generator/
Draw_structures.txt2954 TPM_ALG_SM2
10139 TPM_ALG_SM2
10165 TPM_ALG_SM2
13137 TPM_ALG_SM2
13439 TPM_ALG_SM2
13507 TPM_ALG_SM2
13887 TPM_ALG_SM2
14175 TPM_ALG_SM2
Draw_structures_fixed.txt2948 TPM_ALG_SM2
10167 TPM_ALG_SM2
10193 TPM_ALG_SM2
13154 TPM_ALG_SM2
13458 TPM_ALG_SM2
13521 TPM_ALG_SM2
13902 TPM_ALG_SM2
14190 TPM_ALG_SM2
Draw_commands_fixed.txt9594 specification are TPM_ALG_ECDH, TPM_ALG_ECMQV, and TPM_ALG_SM2.
9596 TPM_ALG_ECMQV or TPM_ALG_SM2 is optional.
9622 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point.
9829 TPM_ALG_ECDH, TPM_ALG_ECMQV or TPM_ALG_SM2
Draw_commands.txt9583 specification are TPM_ALG_ECDH, TPM_ALG_ECMQV, and TPM_ALG_SM2.
9585 TPM_ALG_ECMQV or TPM_ALG_SM2 is optional.
9611 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point.
9818 TPM_ALG_ECDH, TPM_ALG_ECMQV or TPM_ALG_SM2
/system/tpm/trunks/
Dtpm_generated.cc5348 if (selector == TPM_ALG_SM2) { in Serialize_TPMU_SIG_SCHEME()
5411 if (selector == TPM_ALG_SM2) { in Parse_TPMU_SIG_SCHEME()
5794 if (selector == TPM_ALG_SM2) { in Serialize_TPMU_ASYM_SCHEME()
5868 if (selector == TPM_ALG_SM2) { in Parse_TPMU_ASYM_SCHEME()
6567 if (selector == TPM_ALG_SM2) { in Serialize_TPMU_SIGNATURE()
6629 if (selector == TPM_ALG_SM2) { in Parse_TPMU_SIGNATURE()
Dtpm_generated.h513 constexpr TPM_ALG_ID TPM_ALG_SM2 = 0x001B; variable