Home
last modified time | relevance | path

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

/system/tpm/trunks/generator/
Draw_structures.txt2936 TPM_ALG_ECDH
10160 TPM_ALG_ECDH
13441 TPM_ALG_ECDH
13528 TPM_ALG_ECDH
13890 TPM_ALG_ECDH
Draw_structures_fixed.txt2930 TPM_ALG_ECDH
10188 TPM_ALG_ECDH
13460 TPM_ALG_ECDH
13541 TPM_ALG_ECDH
13905 TPM_ALG_ECDH
Draw_commands.txt9228 The scheme of the key referenced by keyHandle is required to be either TPM_ALG_ECDH or
9583 specification are TPM_ALG_ECDH, TPM_ALG_ECMQV, and TPM_ALG_SM2.
9584 If this command is supported, then support for TPM_ALG_ECDH is required. Support for
9591 For TPM_ALG_ECDH outZ1 will be Zs and outZ2 will Ze as defined in 6.1.1.2 of SP800-56A.
9617 If the input scheme is TPM_ALG_ECDH, then outZ1 will be Zs and outZ2 will be Ze. For schemes like
9818 TPM_ALG_ECDH, TPM_ALG_ECMQV or TPM_ALG_SM2
Draw_commands_fixed.txt9239 The scheme of the key referenced by keyHandle is required to be either TPM_ALG_ECDH or
9594 specification are TPM_ALG_ECDH, TPM_ALG_ECMQV, and TPM_ALG_SM2.
9595 If this command is supported, then support for TPM_ALG_ECDH is required. Support for
9602 For TPM_ALG_ECDH outZ1 will be Zs and outZ2 will Ze as defined in 6.1.1.2 of SP800-56A.
9628 If the input scheme is TPM_ALG_ECDH, then outZ1 will be Zs and outZ2 will be Ze. For schemes like
9829 TPM_ALG_ECDH, TPM_ALG_ECMQV or TPM_ALG_SM2
/system/tpm/trunks/
Dtpm_generated.h480 const TPM_ALG_ID TPM_ALG_ECDH = 0x0019; variable
Dtpm_generated.cc6547 if (selector == TPM_ALG_ECDH) { in Serialize_TPMU_ASYM_SCHEME()
6624 if (selector == TPM_ALG_ECDH) { in Parse_TPMU_ASYM_SCHEME()