Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c392 uint32_t hv, uint32_t hgcd) in cmd_compute_egcd() argument
402 op.params[2].value.a = hgcd; in cmd_compute_egcd()
413 uint32_t hop1, uint32_t hop2, uint32_t hgcd) in cmd_compute_gcd() argument
416 TA_CRYPT_ARITH_INVALID_HANDLE, hgcd); in cmd_compute_gcd()
2416 uint32_t hgcd = TA_CRYPT_ARITH_INVALID_HANDLE; in test_4114_gcd() local
2428 if (!ADBG_EXPECT_TEEC_SUCCESS(c, cmd_new_var(c, s, 2048, &hgcd))) in test_4114_gcd()
2442 cmd_compute_egcd(c, s, hx, hy, ha, hb, hgcd))) in test_4114_gcd()
2448 if (!ADBG_EXPECT_TEEC_SUCCESS(c, compare_handle(c, s, hgcd, ht1, 0))) in test_4114_gcd()
2461 if (!ADBG_EXPECT_TEEC_SUCCESS(c, compare_handle(c, s, hgcd, ht1, 0))) in test_4114_gcd()
2470 ADBG_EXPECT_TEEC_SUCCESS(c, cmd_free_handle(c, s, hgcd)); in test_4114_gcd()