/freebsd/lib/libsecureboot/openpgp/ |
H A D | decode.c | 109 decode_new_len(unsigned char **pptr) in decode_new_len() 143 decode_len(unsigned char **pptr, int ltype) in decode_len() 186 decode_mpi(unsigned char **pptr, size_t *sz) in decode_mpi() 214 mpi2bn(unsigned char **pptr, size_t *sz) in mpi2bn() 220 mpi2bn(unsigned char **pptr) in mpi2bn() 253 decode_packet(int want, unsigned char **pptr, size_t nbytes, in decode_packet() 291 decode_subpacket(unsigned char **pptr, int *stag, int *sz) in decode_subpacket()
|
H A D | opgp_key.c | 40 decode_user(int tag, unsigned char **pptr, size_t len, OpenPGP_user *user) in decode_user() 67 decode_key(int tag, unsigned char **pptr, size_t len, OpenPGP_key *key) in decode_key()
|
/freebsd/contrib/tcpdump/ |
H A D | print-ssh.c | 25 ssh_print_version(netdissect_options *ndo, const u_char *pptr, u_int len) in ssh_print_version() 92 ssh_print(netdissect_options *ndo, const u_char *pptr, u_int len) in ssh_print()
|
H A D | print-bgp.c | 583 const u_char *pptr, u_int itemlen, char *buf, size_t buflen) in decode_prefix4() 610 const u_char *pptr, u_int itemlen, char *buf, in decode_labeled_prefix4() 668 const u_char *pptr, u_int addr_length) in bgp_vpn_ip_print() 712 const u_char *pptr, char *buf, size_t buflen) in bgp_vpn_sg_print() 754 const u_char *pptr) in bgp_vpn_rd_print() 804 const u_char *pptr) in bgp_extended_community_print() 910 const u_char *pptr, in bgp_rt_prefix_print() 988 const u_char *pptr) in decode_rt_routing_info() 1045 const u_char *pptr, char *buf, size_t buflen) in decode_labeled_vpn_prefix4() 1091 const u_char *pptr, char *buf, size_t buflen) in decode_mdt_vpn_nlri() [all …]
|
H A D | print-forces.c | 648 const u_char * pptr, u_int len, in prestlv_print() 688 const u_char * pptr, u_int len, in fdatatlv_print() 723 const u_char * pptr, u_int len, in sdatailv_print() 763 const u_char * pptr, u_int len, in sdatatlv_print() 792 const u_char * pptr, u_int len, in pkeyitlv_print() 830 const u_char * pptr, u_int len, in pdatacnt_print() 984 const u_char * pptr, u_int len, in pdata_print() 1049 const u_char * pptr, u_int len, in genoptlv_print() 1091 const u_char * pptr, u_int len, in recpdoptlv_print() 1140 const u_char * pptr, u_int len, in invoptlv_print() [all …]
|
H A D | print-whois.c | 25 whois_print(netdissect_options *ndo, const u_char *pptr, u_int len) in whois_print()
|
H A D | print-ftp.c | 23 ftp_print(netdissect_options *ndo, const u_char *pptr, u_int len) in ftp_print()
|
H A D | print-smtp.c | 23 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len) in smtp_print()
|
H A D | print-rtsp.c | 38 rtsp_print(netdissect_options *ndo, const u_char *pptr, u_int len) in rtsp_print()
|
H A D | print-http.c | 68 http_print(netdissect_options *ndo, const u_char *pptr, u_int len) in http_print()
|
H A D | print-sip.c | 48 sip_print(netdissect_options *ndo, const u_char *pptr, u_int len) in sip_print()
|
H A D | print-syslog.c | 79 const u_char *pptr, u_int len) in syslog_print()
|
H A D | checksum.c | 104 create_osi_cksum (const uint8_t *pptr, int checksum_offset, int length) in create_osi_cksum()
|
H A D | print-bfd.c | 184 auth_print(netdissect_options *ndo, const u_char *pptr) in auth_print() 289 bfd_print(netdissect_options *ndo, const u_char *pptr, in bfd_print()
|
H A D | print-lwapp.c | 165 const u_char *pptr, u_int len, int has_ap_ident) in lwapp_control_print() 300 const u_char *pptr, u_int len) in lwapp_data_print()
|
H A D | signature.c | 117 signature_verify(netdissect_options *ndo, const u_char *pptr, u_int plen, in signature_verify()
|
H A D | util-print.c | 700 fetch_token(netdissect_options *ndo, const u_char *pptr, u_int idx, u_int len, in fetch_token() 771 const u_char *pptr, u_int idx, u_int len) in print_txt_line() 838 txtproto_print(netdissect_options *ndo, const u_char *pptr, u_int len, in txtproto_print()
|
H A D | print-ldp.c | 551 const u_char *pptr, u_int len) in ldp_print() 572 const u_char *pptr) in ldp_pdu_print()
|
/freebsd/contrib/libc-pwcache/ |
H A D | pwcache.c | 265 UIDC *ptr, **pptr; in user_from_uid() local 334 GIDC *ptr, **pptr; in group_from_gid() local 401 UIDC *ptr, **pptr; in uid_from_user() local 465 GIDC *ptr, **pptr; in gid_from_group() local
|
/freebsd/lib/libc/net/ |
H A D | getproto.c | 54 struct protoent *pptr; in files_getprotobynumber() local 90 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, in getprotobynumber_r()
|
H A D | getprotoname.c | 62 struct protoent *pptr; in files_getprotobyname() local 105 getprotobyname_r(const char *name, struct protoent *pptr, char *buffer, in getprotobyname_r()
|
H A D | getprotoent.c | 291 __copy_protoent(struct protoent *pe, struct protoent *pptr, char *buf, in __copy_protoent() 412 struct protoent *pptr; in files_getprotoent_r() local 468 getprotoent_r(struct protoent *pptr, char *buffer, size_t buflen, in getprotoent_r()
|
/freebsd/contrib/arm-optimized-routines/networking/ |
H A D | chksum.c | 14 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32()
|
/freebsd/crypto/openssl/ssl/ |
H A D | d1_srtp.c | 43 SRTP_PROTECTION_PROFILE **pptr, size_t len) in find_profile_by_name()
|
/freebsd/contrib/arm-optimized-routines/networking/aarch64/ |
H A D | chksum_simd.c | 19 slurp_head64(const void **pptr, uint32_t *nbytes) in slurp_head64()
|