Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dubsan.c119 void __ubsan_handle_add_overflow(void *data_, void *lhs, void *rhs);
120 void __ubsan_handle_sub_overflow(void *data_, void *lhs, void *rhs);
121 void __ubsan_handle_mul_overflow(void *data_, void *lhs, void *rhs);
123 void __ubsan_handle_divrem_overflow(void *data_, void *lhs, void *rhs);
124 void __ubsan_handle_pointer_overflow(void *data_, void *lhs, void *rhs);
125 void __ubsan_handle_shift_out_of_bounds(void *data_, void *lhs, void *rhs);
173 void *rhs __unused) in __ubsan_handle_add_overflow()
181 void *rhs __unused) in __ubsan_handle_sub_overflow()
189 void *rhs __unused) in __ubsan_handle_mul_overflow()
204 void *rhs __unused) in __ubsan_handle_divrem_overflow()
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp.c1230 mbedtls_mpi *rhs, in ecp_sw_rhs() argument
1236 MPI_ECP_SQR(rhs, X); in ecp_sw_rhs()
1240 MPI_ECP_SUB_INT(rhs, rhs, 3); in ecp_sw_rhs()
1242 MPI_ECP_ADD(rhs, rhs, &grp->A); in ecp_sw_rhs()
1245 MPI_ECP_MUL(rhs, rhs, X); in ecp_sw_rhs()
1246 MPI_ECP_ADD(rhs, rhs, &grp->B); in ecp_sw_rhs()