Home
last modified time | relevance | path

Searched defs:pt_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/libecc/src/curves/
HDaff_pt.c273 const u8 *pt_buf, in aff_pt_import_from_buf()
325 int aff_pt_export_to_buf(aff_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len) in aff_pt_export_to_buf()
HDaff_pt_montgomery.c212 const u8 *pt_buf, in aff_pt_montgomery_import_from_buf()
258 int aff_pt_montgomery_export_to_buf(aff_pt_montgomery_src_t pt, u8 *pt_buf, u32 pt_buf_len) in aff_pt_montgomery_export_to_buf()
HDprj_pt.c463 const u8 *pt_buf, in prj_pt_import_from_buf()
512 const u8 *pt_buf, in prj_pt_import_from_aff_buf()
562 int prj_pt_export_to_buf(prj_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len) in prj_pt_export_to_buf()
600 int prj_pt_export_to_aff_buf(prj_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len) in prj_pt_export_to_aff_buf()
HDaff_pt_edwards.c226 const u8 *pt_buf, in aff_pt_edwards_import_from_buf()
273 u8 *pt_buf, u32 pt_buf_len) in aff_pt_edwards_export_to_buf()
/freebsd-13-stable/sbin/pfctl/
HDpfctl_parser.h245 struct pfr_buffer *pt_buf; member