Home
last modified time | relevance | path

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

/external/tpm2/
DCpriECC_fp.h11 TPMS_ECC_POINT *outZ1, // OUT: a computed point
21 TPMS_ECC_POINT *outZ1, // OUT: a computed point
DZGen_2Phase_fp.h21 TPM2B_ECC_POINT outZ1; member
DZGen_2Phase.c77 result = CryptEcc2PhaseKeyExchange(&out->outZ1.t.point, in TPM2_ZGen_2Phase()
DMarshal_ZGen_2Phase.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->outZ1, buffer, size); in ZGen_2Phase_Out_Marshal()
DCpriECC.c2070 TPMS_ECC_POINT *outZ1, // OUT: Zs in C_2_2_ECDH() argument
2106 Point2B(group, outZ1, pQ, size, context); in C_2_2_ECDH()
2134 TPMS_ECC_POINT *outZ1, // OUT: a computed point in _cpri__C_2_2_KeyExchange() argument
2144 pAssert( outZ1 != NULL in _cpri__C_2_2_KeyExchange()
2149 outZ1->x.b.size = 0; in _cpri__C_2_2_KeyExchange()
2150 outZ1->y.b.size = 0; in _cpri__C_2_2_KeyExchange()
2159 return C_2_2_ECDH(outZ1, outZ2, curveId, dsA, deA, QsB, QeB); in _cpri__C_2_2_KeyExchange()
2163 return C_2_2_MQV(outZ1, curveId, dsA, deA, QsB, QeB); in _cpri__C_2_2_KeyExchange()
2168 return SM2KeyExchange(outZ1, curveId, dsA, deA, QsB, QeB); in _cpri__C_2_2_KeyExchange()
DCryptUtil_fp.h94 TPMS_ECC_POINT *outZ1, // OUT: the computed point
DCryptUtil.c1731 TPMS_ECC_POINT *outZ1, // OUT: the computed point in CryptEcc2PhaseKeyExchange() argument
1741 return (TranslateCryptErrors(_cpri__C_2_2_KeyExchange(outZ1, in CryptEcc2PhaseKeyExchange()
Dpart4.txt21405 1356 TPMS_ECC_POINT *outZ1, // OUT: the computed point
21415 1366 return (TranslateCryptErrors(_cpri__C_2_2_KeyExchange(outZ1,
35507 1930 TPMS_ECC_POINT *outZ1, // OUT: Zs
35549 1967 Point2B(group, outZ1, pQ, size, context);
35581 1988 TPMS_ECC_POINT *outZ1, // OUT: a computed point
35591 1998 pAssert( outZ1 != NULL
35597 2004 outZ1->x.b.size = 0;
35598 2005 outZ1->y.b.size = 0;
35613 2015 return C_2_2_ECDH(outZ1, outZ2, curveId, dsA, deA, QsB, QeB);
35617 2019 return C_2_2_MQV(outZ1, curveId, dsA, deA, QsB, QeB);
[all …]
Dpart3.txt5583 For TPM_ALG_ECDH outZ1 will be Zs and outZ2 will Ze as defined in 6.1.1.2 of SP800-56A.
5590 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point.
5596 If the input scheme is TPM_ALG_ECDH, then outZ1 will be Zs and outZ2 will be Ze. For schemes like
5597 MQV (including SM2), outZ1 will contain the computed value and outZ2 will be an Empty Point.
5643 TPM2B_ECC_POINT outZ1
5734 58 result = CryptEcc2PhaseKeyExchange(&out->outZ1.t.point,
/external/tpm2/generator/
Dcommands.txt684 _NAME outZ1
Draw_commands.txt9591 For TPM_ALG_ECDH outZ1 will be Zs and outZ2 will Ze as defined in 6.1.1.2 of SP800-56A.
9611 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point.
9617 If the input scheme is TPM_ALG_ECDH, then outZ1 will be Zs and outZ2 will be Ze. For schemes like
9618 MQV (including SM2), outZ1 will contain the computed value and outZ2 will be an Empty Point.
9716 outZ1
9918 result = CryptEcc2PhaseKeyExchange(&out->outZ1.t.point,
Draw_commands_fixed.txt9602 For TPM_ALG_ECDH outZ1 will be Zs and outZ2 will Ze as defined in 6.1.1.2 of SP800-56A.
9622 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point.
9628 If the input scheme is TPM_ALG_ECDH, then outZ1 will be Zs and outZ2 will be Ze. For schemes like
9629 MQV (including SM2), outZ1 will contain the computed value and outZ2 will be an Empty Point.
9727 outZ1
9929 result = CryptEcc2PhaseKeyExchange(&out->outZ1.t.point,