Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/fp/
H A Dfp_add.h23 ATTRIBUTE_WARN_UNUSED_RET int fp_dec(fp_t out, fp_src_t in);
/freebsd/crypto/libecc/src/fp/
H A Dfp_add.c102 int fp_dec(fp_t out, fp_src_t in) in fp_dec() function