Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c175 uint32_t hop1, uint32_t hop2, uint32_t hres) in cmd_binary_cmd() argument
182 op.params[0].value.b = hop2; in cmd_binary_cmd()
210 uint32_t cmd, uint32_t hop1, uint32_t hop2, in cmd_ternary_cmd() argument
218 op.params[0].value.b = hop2; in cmd_ternary_cmd()
236 uint32_t hop1, uint32_t hop2, uint32_t hres) in cmd_add() argument
238 return cmd_binary_cmd(c, s, TA_CRYPT_CMD_ARITH_ADD, hop1, hop2, hres); in cmd_add()
242 uint32_t hop1, uint32_t hop2, uint32_t hres) in cmd_sub() argument
244 return cmd_binary_cmd(c, s, TA_CRYPT_CMD_ARITH_SUB, hop1, hop2, hres); in cmd_sub()
248 uint32_t hop1, uint32_t hop2, uint32_t hres) in cmd_mul() argument
250 return cmd_binary_cmd(c, s, TA_CRYPT_CMD_ARITH_MUL, hop1, hop2, hres); in cmd_mul()
[all …]