Searched refs:op2 (Results 1 – 4 of 4) sorted by relevance
/optee_test/ta/crypt/ |
A D | arith_taf.c | 283 if (!op1 || !op2) in ta_entry_arith_cmp() 310 const TEE_BigInt *op2, in ternary_func() argument 320 if (!op1 || !op2 || !n || !dest) in ternary_func() 323 func(dest, op1, op2, n); in ternary_func() 332 const TEE_BigInt *op2)) in binary_func() argument 340 if (!op1 || !op2 || !dest) in binary_func() 343 func(dest, op1, op2); in binary_func() 406 if (!op1 || !op2 || !dest_q || !dest_r) in ta_entry_arith_div() 458 if (!op1 || !op2) in ta_entry_arith_is_rel_prime() 477 if (!op1 || !op2 || !dest_gcd) in ta_entry_arith_compute_egcd() [all …]
|
/optee_test/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 634 op1, op2); in Invoke_BigIntCmp() 642 uint32_t op2) in Invoke_BigIntComputeExtendedGcd() argument 645 op1, op2); in Invoke_BigIntComputeExtendedGcd() 657 uint32_t op1, uint32_t op2) in Invoke_BigIntAdd() argument 664 uint32_t op1, uint32_t op2) in Invoke_BigIntMul() argument 799 uint32_t op1, uint32_t op2, in Invoke_BigIntComputeFMM() argument 803 op1, op2); in Invoke_BigIntComputeFMM() 808 uint32_t op1, uint32_t op2) in Invoke_BigIntDiv() argument 845 uint32_t op1, uint32_t op2, in Invoke_BigIntRelativePrime() argument 873 uint32_t op2, uint32_t mod) in Invoke_BigIntSubMod() argument [all …]
|
/optee_test/host/xtest/ |
A D | regression_4000.c | 1008 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4001() local 1047 ta_crypt_cmd_digest_do_final(c, &session, op2, in xtest_tee_test_4001() 1093 ta_crypt_cmd_free_operation(c, &session, op2))) in xtest_tee_test_4001() 1226 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4002() local 1322 ta_crypt_cmd_mac_final_compute(c, &session, op2, in xtest_tee_test_4002() 1357 ta_crypt_cmd_free_operation(c, &session, op2))) in xtest_tee_test_4002() 2149 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4003() local 2307 ta_crypt_cmd_cipher_do_final(c, &session, op2, in xtest_tee_test_4003() 2324 ta_crypt_cmd_free_operation(c, &session, op2))) in xtest_tee_test_4003() 2463 TEE_OperationHandle op2 = TEE_HANDLE_NULL; in xtest_tee_test_4005() local [all …]
|
A D | regression_4100.c | 1702 const char *op2; member 1977 test_4110_data[n].op1, test_4110_data[n].op2, in test_4110() 1985 test_4110_data[n].op1, test_4110_data[n].op2, in test_4110()
|
Completed in 20 milliseconds