Searched refs:Qout (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/ |
D | CpriECC_fp.h | 57 TPMS_ECC_POINT *Qout, // OUT: the public point 70 _cpri__GetEphemeralEcc(TPMS_ECC_POINT *Qout, // OUT: the public point
|
D | CpriECC.c | 665 TPMS_ECC_POINT *Qout, // OUT: the public point in _cpri__GenerateKeyEcc() argument 692 pAssert( seed != NULL && dOut != NULL && Qout != NULL && curveData != NULL); in _cpri__GenerateKeyEcc() 739 if( (retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL)) in _cpri__GenerateKeyEcc() 761 TPMS_ECC_POINT *Qout, // OUT: the public point in _cpri__GetEphemeralEcc() argument 778 retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL); in _cpri__GetEphemeralEcc()
|