Searched defs:op2 (Results 1 – 4 of 4) sorted by relevance
/optee_test-3.20.0/ta/crypt/ |
A D | arith_taf.c | 281 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in ta_entry_arith_cmp() local 310 const TEE_BigInt *op2, in ternary_func() 316 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in ternary_func() local 332 const TEE_BigInt *op2)) in binary_func() 337 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in binary_func() local 402 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in ta_entry_arith_div() local 456 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in ta_entry_arith_is_rel_prime() local 472 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in ta_entry_arith_compute_egcd() local 553 TEE_BigIntFMM *op2 = lookup_handle(HT_FMMVAR, params[0].value.b); in ta_entry_arith_compute_fmm() local
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 631 uint32_t op2, uint32_t exp_cmp_res) in Invoke_BigIntCmp() 642 uint32_t op2) in Invoke_BigIntComputeExtendedGcd() 650 uint32_t op1, uint32_t op2, uint32_t mod) in Invoke_BigIntAddMod() 657 uint32_t op1, uint32_t op2) in Invoke_BigIntAdd() 664 uint32_t op1, uint32_t op2) in Invoke_BigIntMul() 671 uint32_t op1, uint32_t op2, uint32_t mod) in Invoke_BigIntMulMod() 799 uint32_t op1, uint32_t op2, in Invoke_BigIntComputeFMM() 808 uint32_t op1, uint32_t op2) in Invoke_BigIntDiv() 845 uint32_t op1, uint32_t op2, in Invoke_BigIntRelativePrime() 873 uint32_t op2, uint32_t mod) in Invoke_BigIntSubMod() [all …]
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_4000.c | 1009 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4001() local 1227 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4002() local 2150 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4003() local 2464 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4005() local
|
A D | regression_4100.c | 1704 const char *op2; member
|
Completed in 32 milliseconds