Searched refs:fp_ctx_src_t (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/libecc/include/libecc/fp/ |
H A D | fp.h | 60 typedef const fp_ctx *fp_ctx_src_t; typedef 62 ATTRIBUTE_WARN_UNUSED_RET int fp_ctx_check_initialized(fp_ctx_src_t ctx); 75 fp_ctx_src_t ctx; 83 ATTRIBUTE_WARN_UNUSED_RET int fp_init(fp_t A, fp_ctx_src_t fpctx); 84 ATTRIBUTE_WARN_UNUSED_RET int fp_init_from_buf(fp_t A, fp_ctx_src_t fpctx, const u8 *buf, u16 bufle…
|
H A D | fp_rand.h | 20 ATTRIBUTE_WARN_UNUSED_RET int fp_get_random(fp_t out, fp_ctx_src_t ctx);
|
/freebsd/crypto/libecc/include/libecc/utils/ |
H A D | print_fp.h | 22 void fp_ctx_print(const char *msg, fp_ctx_src_t ctx);
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp_rand.c | 25 int fp_get_random(fp_t out, fp_ctx_src_t ctx) in fp_get_random()
|
H A D | fp.c | 31 int fp_ctx_check_initialized(fp_ctx_src_t ctx) in fp_ctx_check_initialized() 150 int fp_init(fp_t in, fp_ctx_src_t fpctx) in fp_init() 171 int fp_init_from_buf(fp_t in, fp_ctx_src_t fpctx, const u8 *buf, u16 buflen) in fp_init_from_buf()
|
H A D | fp_mul_redc1.c | 26 fp_ctx_src_t ctx) in _fp_mul_redc1()
|
/freebsd/crypto/libecc/src/utils/ |
H A D | print_fp.c | 19 void fp_ctx_print(const char *msg, fp_ctx_src_t ctx) in fp_ctx_print()
|
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt_montgomery.c | 215 fp_ctx_src_t ctx; in aff_pt_montgomery_import_from_buf() 260 fp_ctx_src_t ctx; in aff_pt_montgomery_export_to_buf()
|
H A D | aff_pt.c | 276 fp_ctx_src_t ctx; in aff_pt_import_from_buf()
|
H A D | aff_pt_edwards.c | 229 fp_ctx_src_t ctx; in aff_pt_edwards_import_from_buf() 275 fp_ctx_src_t ctx; in aff_pt_edwards_export_to_buf()
|
H A D | prj_pt.c | 467 fp_ctx_src_t ctx; in prj_pt_import_from_buf() 516 fp_ctx_src_t ctx; in prj_pt_import_from_aff_buf() 564 fp_ctx_src_t ctx; in prj_pt_export_to_buf()
|
/freebsd/crypto/libecc/src/examples/basic/ |
H A D | curve_basic_examples.c | 47 fp_ctx_src_t ctx; in get_random_point_on_curve()
|