Searched defs:pt_buf (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt.c | 273 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()
|
H A D | aff_pt_montgomery.c | 212 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()
|
H A D | prj_pt.c | 463 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()
|
H A D | aff_pt_edwards.c | 226 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/crypto/openssl/providers/fips/ |
H A D | self_test_kats.c | 92 unsigned char pt_buf[256] = { 0 }; in self_test_cipher() local
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 261 struct pfr_buffer *pt_buf; member
|