Home
last modified time | relevance | path

Searched refs:op1 (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutee/
A Dtee_api_arith_mpi.c221 get_mpi(&mpi1, op1); in TEE_BigIntCmp()
328 if (op1 == dest) in bigint_binary()
335 else if (op2 == op1) in bigint_binary()
369 if (op1 == dest) in bigint_binary_mod()
376 else if (op2 == op1) in bigint_binary_mod()
471 if (op1 == dest_q) in TEE_BigIntDiv()
473 else if (op1 == dest_r) in TEE_BigIntDiv()
482 else if (op2 == op1) in TEE_BigIntDiv()
569 get_mpi(&mpi_op1, op1); in TEE_BigIntRelativePrime()
571 if (op2 == op1) in TEE_BigIntRelativePrime()
[all …]
/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_api.h368 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1,
382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1,
387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1,
393 const TEE_BigInt *op1, const TEE_BigInt *op2);
400 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1,
403 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1,
406 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1,
417 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
420 TEE_BigInt *v, const TEE_BigInt *op1,
[all …]
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_api.h368 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1,
382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1,
387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1,
393 const TEE_BigInt *op1, const TEE_BigInt *op2);
400 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1,
403 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1,
406 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1,
417 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
420 TEE_BigInt *v, const TEE_BigInt *op1,
[all …]
/optee_os/lib/libutee/include/
A Dtee_api.h368 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1,
382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1,
387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1,
393 const TEE_BigInt *op1, const TEE_BigInt *op2);
400 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1,
403 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1,
406 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1,
417 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
420 TEE_BigInt *v, const TEE_BigInt *op1,
[all …]
/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_api.h368 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1,
382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1,
387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1,
393 const TEE_BigInt *op1, const TEE_BigInt *op2);
400 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1,
403 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1,
406 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1,
417 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
420 TEE_BigInt *v, const TEE_BigInt *op1,
[all …]
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_api.h368 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1,
382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1,
387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1,
393 const TEE_BigInt *op1, const TEE_BigInt *op2);
400 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1,
403 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1,
406 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1,
417 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
420 TEE_BigInt *v, const TEE_BigInt *op1,
[all …]
/optee_os/core/arch/arm/crypto/
A Daes_armv8a_ce.h30 void ce_aes_xor_block(uint8_t out[], uint8_t const op1[], uint8_t const op2[]);

Completed in 9 milliseconds