Searched refs:outZ1 (Results 1 – 12 of 12) sorted by relevance
/external/tpm2/ |
D | CpriECC_fp.h | 11 TPMS_ECC_POINT *outZ1, // OUT: a computed point 21 TPMS_ECC_POINT *outZ1, // OUT: a computed point
|
D | ZGen_2Phase_fp.h | 21 TPM2B_ECC_POINT outZ1; member
|
D | ZGen_2Phase.c | 77 result = CryptEcc2PhaseKeyExchange(&out->outZ1.t.point, in TPM2_ZGen_2Phase()
|
D | Marshal_ZGen_2Phase.c | 27 total_size += TPM2B_ECC_POINT_Marshal(&source->outZ1, buffer, size); in ZGen_2Phase_Out_Marshal()
|
D | CpriECC.c | 2070 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()
|
D | CryptUtil_fp.h | 94 TPMS_ECC_POINT *outZ1, // OUT: the computed point
|
D | CryptUtil.c | 1731 TPMS_ECC_POINT *outZ1, // OUT: the computed point in CryptEcc2PhaseKeyExchange() argument 1741 return (TranslateCryptErrors(_cpri__C_2_2_KeyExchange(outZ1, in CryptEcc2PhaseKeyExchange()
|
D | part4.txt | 21405 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 …]
|
D | part3.txt | 5583 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/ |
D | commands.txt | 684 _NAME outZ1
|
D | raw_commands.txt | 9591 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,
|
D | raw_commands_fixed.txt | 9602 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,
|