Searched refs:fp_tabselect (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/include/libecc/fp/ |
H A D | fp.h | 93 ATTRIBUTE_WARN_UNUSED_RET int fp_tabselect(fp_t out, u8 idx, fp_src_t *tab, u8 tabsize);
|
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt_edwards.c | 574 ret = fp_tabselect(&x, idx, tab_x_t, 2); EG(ret, err); in aff_pt_edwards_to_montgomery() 575 ret = fp_tabselect(&y, idx, tab_y_t, 2); EG(ret, err); in aff_pt_edwards_to_montgomery() 667 ret = fp_tabselect(&u, idx, tab_u_t, 2); EG(ret, err); in aff_pt_montgomery_to_edwards() 668 ret = fp_tabselect(&v, idx, tab_v_t, 2); EG(ret, err); in aff_pt_montgomery_to_edwards()
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp.c | 366 int fp_tabselect(fp_t out, u8 idx, fp_src_t *tab, u8 tabsize) in fp_tabselect() function
|