Lines Matching refs:op1
552 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
571 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1,
574 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1,
579 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1,
585 const TEE_BigInt *op1, const TEE_BigInt *op2);
592 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1,
595 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1,
598 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1,
607 TEE_Result TEE_BigIntExpMod(TEE_BigInt *dest, const TEE_BigInt *op1,
613 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
616 TEE_BigInt *v, const TEE_BigInt *op1,
636 void TEE_BigIntComputeFMM(TEE_BigIntFMM *dest, const TEE_BigIntFMM *op1,