Home
last modified time | relevance | path

Searched refs:outZ1 (Results 1 – 7 of 7) 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.c2073 TPMS_ECC_POINT *outZ1, // OUT: Zs in C_2_2_ECDH() argument
2109 Point2B(group, outZ1, pQ, size, context); in C_2_2_ECDH()
2137 TPMS_ECC_POINT *outZ1, // OUT: a computed point in _cpri__C_2_2_KeyExchange() argument
2147 pAssert( outZ1 != NULL in _cpri__C_2_2_KeyExchange()
2152 outZ1->x.b.size = 0; in _cpri__C_2_2_KeyExchange()
2153 outZ1->y.b.size = 0; in _cpri__C_2_2_KeyExchange()
2162 return C_2_2_ECDH(outZ1, outZ2, curveId, dsA, deA, QsB, QeB); in _cpri__C_2_2_KeyExchange()
2166 return C_2_2_MQV(outZ1, curveId, dsA, deA, QsB, QeB); in _cpri__C_2_2_KeyExchange()
2171 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.c1737 TPMS_ECC_POINT *outZ1, // OUT: the computed point in CryptEcc2PhaseKeyExchange() argument
1747 return (TranslateCryptErrors(_cpri__C_2_2_KeyExchange(outZ1, in CryptEcc2PhaseKeyExchange()