Searched refs:ecp_select_comb (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | ecp.c | 1843 static int ecp_select_comb( const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_select_comb() function 1909 MBEDTLS_MPI_CHK( ecp_select_comb( grp, R, T, T_size, x[i] ) ); in ecp_mul_comb_core() 1921 MBEDTLS_MPI_CHK( ecp_select_comb( grp, &Txi, T, T_size, x[i] ) ); in ecp_mul_comb_core()
|