Searched refs:op1 (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_arith_mpi.c | 221 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-3.20.0/lib/libutee/include/ |
A D | tee_internal_api.h | 375 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2); 386 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 389 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 394 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 400 const TEE_BigInt *op1, const TEE_BigInt *op2); 407 void TEE_BigIntAddMod(TEE_BigInt *dest, const TEE_BigInt *op1, 410 void TEE_BigIntSubMod(TEE_BigInt *dest, const TEE_BigInt *op1, 413 void TEE_BigIntMulMod(TEE_BigInt *dest, const TEE_BigInt *op1, 424 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2); 427 TEE_BigInt *v, const TEE_BigInt *op1, [all …]
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.h | 30 void ce_aes_xor_block(uint8_t out[], uint8_t const op1[], uint8_t const op2[]);
|
Completed in 6 milliseconds