Home
last modified time | relevance | path

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

/optee_test/ta/crypt/
A Darith_taf.c283 if (!op1 || !op2) in ta_entry_arith_cmp()
309 const TEE_BigInt *op1, in ternary_func() argument
320 if (!op1 || !op2 || !n || !dest) in ternary_func()
323 func(dest, op1, op2, n); in ternary_func()
331 const TEE_BigInt *op1, 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 Dxml_timearithm_api.h630 uint32_t cmd_id, uint32_t op1, in Invoke_BigIntCmp() argument
634 op1, op2); in Invoke_BigIntCmp()
641 uint32_t dst_v, uint32_t op1, 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
[all …]
A Dxml_crypto_api.h3345 uint32_t op1 = 3; in mac_compute_final() local
3350 saved_alloc.obj_size, 0, op1); in mac_compute_final()
3357 op1, saved_obh.obh1, in mac_compute_final()
3365 op1, saved_obh.obh1); in mac_compute_final()
3385 op.params[0].value.a = (uint32_t)op1; in mac_compute_final()
3419 uint32_t op1 = 3; in cipher_do_final() local
3425 saved_alloc.obj_size, 0, op1); in cipher_do_final()
3432 op1, saved_obh.obh1, in cipher_do_final()
3440 op1, saved_obh.obh1); in cipher_do_final()
3453 op.params[0].value.a = (uint32_t)op1; in cipher_do_final()
[all …]
/optee_test/host/xtest/
A Dregression_4000.c1007 TEE_OperationHandle op1 = TEE_HANDLE_NULL; in xtest_tee_test_4001() local
1035 ta_crypt_cmd_digest_update(c, &session, op1, in xtest_tee_test_4001()
1057 ta_crypt_cmd_reset_operation(c, &session, op1))) in xtest_tee_test_4001()
1063 ta_crypt_cmd_digest_do_final(c, &session, op1, in xtest_tee_test_4001()
1079 ta_crypt_cmd_digest_do_final(c, &session, op1, in xtest_tee_test_4001()
1089 ta_crypt_cmd_free_operation(c, &session, op1))) in xtest_tee_test_4001()
1225 TEE_OperationHandle op1 = TEE_HANDLE_NULL; in xtest_tee_test_4002() local
1283 ta_crypt_cmd_set_operation_key(c, &session, op1, in xtest_tee_test_4002()
1306 op1, mac_cases[n].in + offs, in xtest_tee_test_4002()
1338 ta_crypt_cmd_mac_final_compute(c, &session, op1, in xtest_tee_test_4002()
[all …]
A Dregression_4100.c1701 const char *op1; 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 26 milliseconds