Searched refs:Qout (Results 1 – 3 of 3) 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 | 662 TPMS_ECC_POINT *Qout, // OUT: the public point in _cpri__GenerateKeyEcc() argument 689 pAssert( seed != NULL && dOut != NULL && Qout != NULL && curveData != NULL); in _cpri__GenerateKeyEcc() 736 if( (retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL)) in _cpri__GenerateKeyEcc() 758 TPMS_ECC_POINT *Qout, // OUT: the public point in _cpri__GetEphemeralEcc() argument 775 retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL); in _cpri__GetEphemeralEcc()
|
D | part4.txt | 33826 It is a fatal error if Qout, dOut, or seed is not provided (is NULL). 33834 557 TPMS_ECC_POINT *Qout, // OUT: the public point 33867 585 pAssert( seed != NULL && dOut != NULL && Qout != NULL && curveData != NULL); 33926 644 if( (retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL)) 33955 661 TPMS_ECC_POINT *Qout, // OUT: the public point 33975 681 retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL);
|