Home
last modified time | relevance | path

Searched defs:len (Results 26 – 50 of 3598) sorted by relevance

12345678910>>...144

/dragonfly/usr.sbin/rtadvd/
H A Drrenum.c83 rr_pco_check(int len, struct rr_pco_match *rpm) in rr_pco_check()
142 do_use_prefix(int len, struct rr_pco_match *rpm, in do_use_prefix()
256 do_pco(struct icmp6_router_renum *rr, int len, struct rr_pco_match *rpm) in do_pco()
313 do_rr(int len, struct icmp6_router_renum *rr) in do_rr()
356 rr_command_check(int len, struct icmp6_router_renum *rr, struct in6_addr *from, in rr_command_check()
412 rr_command_input(int len, struct icmp6_router_renum *rr, in rr_command_input()
437 rr_input(int len, struct icmp6_router_renum *rr, struct in6_pktinfo *pi, in rr_input()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c50 #define NormalLen(len) (size_t) (((size_t)(len) + 1) * 4) argument
51 #define WideLen(len) (size_t) (((size_t)(len) + 1) * 4 * (size_t) MB_CUR_MAX) argument
108 _nc_visbuf2n(int bufnum, const char *buf, int len) in _nc_visbuf2n()
169 _nc_visbufn(const char *buf, int len) in _nc_visbufn()
191 _nc_viswbuf2n(int bufnum, const wchar_t *buf, int len) in _nc_viswbuf2n()
250 _nc_viswbufn(const wchar_t *buf, int len) in _nc_viswbufn()
286 _nc_viscbuf2(int bufnum, const NCURSES_CH_T * buf, int len) in _nc_viscbuf2()
374 _nc_viscbuf(const NCURSES_CH_T * buf, int len) in _nc_viscbuf()
/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c145 int inject(int fd, void *buf, int len) in inject()
150 int inject_params(int fd, void *buf, int len, in inject_params()
181 int sniff(int fd, void *buf, int len) in sniff()
186 void *get_wifi(void *buf, int *len) in get_wifi()
277 int str2wep(char *wep, int *len, char *str) in str2wep()
305 int wep_decrypt(struct ieee80211_frame *wh, int len, char *key, int klen) in wep_decrypt()
333 void wep_encrypt(struct ieee80211_frame *wh, int len, char *key, int klen) in wep_encrypt()
367 void hexdump(void *b, int len) in hexdump()
393 static int is_arp(struct ieee80211_frame *wh, int len) in is_arp()
402 char *known_pt(struct ieee80211_frame *wh, int *len) in known_pt()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_linux.c59 const u8 *addr[], const size_t *len, in linux_af_alg_hash_vector()
172 const u8 *addr[], const size_t *len, u8 *mac) in hmac_md5_vector()
187 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector()
202 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector()
217 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha384_vector()
497 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
517 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
766 const u8 *addr[], const size_t *len, u8 *mac) in omac1_aes_128_vector()
930 u8 *out, size_t len) in crypto_cipher_oper()
979 u8 *crypt, size_t len) in crypto_cipher_encrypt()
[all …]
H A Dcrypto_openssl.c358 int len = sizeof(buf); in aes_encrypt_deinit() local
415 int len = sizeof(buf); in aes_decrypt_deinit() local
468 int clen, len; in aes_128_cbc_encrypt() local
495 int plen, len; in aes_128_cbc_decrypt() local
550 u8 *secret, size_t *len) in crypto_dh_derive_secret()
719 u8 *crypt, size_t len) in crypto_cipher_encrypt()
729 u8 *plain, size_t len) in crypto_cipher_decrypt()
1709 int len = BN_num_bytes(e->prime); in crypto_ec_point_to_bin() local
1742 int len = BN_num_bytes(e->prime); in crypto_ec_point_from_bin() local
1940 int len = BN_num_bytes(ecdh->ec->prime); in crypto_ecdh_get_pubkey() local
[all …]
H A Dcrypto_libtomcrypt.c25 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector()
86 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
115 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
215 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
355 u8 *crypt, size_t len) in crypto_cipher_encrypt()
379 u8 *plain, size_t len) in crypto_cipher_decrypt()
451 size_t len, in crypto_private_key_import()
483 size_t len) in crypto_public_key_from_cert()
557 unsigned long len, modlen; in crypto_rsa_encrypt_pkcs1() local
620 unsigned long len; in crypto_public_key_decrypt_pkcs1() local
[all …]
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_asn.c100 d2i_OCSP_SIGNATURE(OCSP_SIGNATURE **a, const unsigned char **in, long len) in d2i_OCSP_SIGNATURE()
167 d2i_OCSP_CERTID(OCSP_CERTID **a, const unsigned char **in, long len) in d2i_OCSP_CERTID()
220 d2i_OCSP_ONEREQ(OCSP_ONEREQ **a, const unsigned char **in, long len) in d2i_OCSP_ONEREQ()
287 d2i_OCSP_REQINFO(OCSP_REQINFO **a, const unsigned char **in, long len) in d2i_OCSP_REQINFO()
339 d2i_OCSP_REQUEST(OCSP_REQUEST **a, const unsigned char **in, long len) in d2i_OCSP_REQUEST()
406 d2i_OCSP_RESPBYTES(OCSP_RESPBYTES **a, const unsigned char **in, long len) in d2i_OCSP_RESPBYTES()
459 d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len) in d2i_OCSP_RESPONSE()
524 d2i_OCSP_RESPID(OCSP_RESPID **a, const unsigned char **in, long len) in d2i_OCSP_RESPID()
785 d2i_OCSP_RESPDATA(OCSP_RESPDATA **a, const unsigned char **in, long len) in d2i_OCSP_RESPDATA()
852 d2i_OCSP_BASICRESP(OCSP_BASICRESP **a, const unsigned char **in, long len) in d2i_OCSP_BASICRESP()
[all …]
/dragonfly/contrib/nvi2/vi/
H A Dv_itxt.c67 size_t len; in v_iA() local
87 size_t len; in v_ia() local
143 size_t len; in v_ii() local
195 size_t len; in io() local
244 size_t blen, len; in v_change() local
384 size_t len; in v_Replace() local
418 size_t len; in v_subst() local
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c138 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_generic()
161 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_linktarget()
188 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_vers_1()
211 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funcid()
237 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_manfid()
259 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funce()
294 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_bar()
413 uint32_t *off, int *tupleid, int *len, uint8_t *tupledata) in cardbus_read_tuple_conf()
442 uint32_t *off, int *tupleid, int *len, uint8_t *tupledata) in cardbus_read_tuple_mem()
461 uint32_t start, uint32_t *off, int *tupleid, int *len, in cardbus_read_tuple()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dclient.c394 size_t len; in read_line_via() local
464 handle_ok (char *args, size_t len) in handle_ok()
472 handle_error (char *args, size_t len) in handle_error()
1290 handle_mode (char *args, size_t len) in handle_mode()
1743 unsigned len; in update_entries() local
2808 handle_m (char *args, size_t len) in handle_m()
2860 handle_e (char *args, size_t len) in handle_e()
2873 handle_f (char *args, size_t len) in handle_f()
2881 handle_mt (char *args, size_t len) in handle_mt()
3195 size_t len; in get_server_responses() local
[all …]
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_client_read.c42 const u8 *pos, size_t len) in tls_process_server_hello_extensions()
82 size_t left, len, i; in tls_process_server_hello() local
301 size_t len[1]; in tls_peer_cert_event() local
657 const u8 *buf, size_t len, in tlsv1_process_diffie_hellman()
792 const u8 *pos, size_t len) in tls_process_certificate_status_ocsp_response()
819 size_t left, len; in tls_process_certificate_status() local
1017 size_t left, len; in tls_process_server_key_exchange() local
1114 size_t left, len; in tls_process_certificate_request() local
1178 size_t left, len; in tls_process_server_hello_done() local
1315 size_t left, len, hlen; in tls_process_server_finished() local
[all …]
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dwpa_debug.c257 size_t len, int show) in _wpa_hexdump()
396 size_t len, int show) in _wpa_hexdump_ascii()
510 size_t len) in wpa_hexdump_ascii()
517 size_t len) in wpa_hexdump_ascii_key()
643 int len; in wpa_msg() local
681 int len; in wpa_msg_ctrl() local
709 int len; in wpa_msg_global() local
736 int len; in wpa_msg_global_ctrl() local
764 int len; in wpa_msg_no_global() local
791 int len; in wpa_msg_global_only() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddata-streamer-in.c38 unsigned int len; in string_for_index() local
77 unsigned int len; in streamer_read_string() local
106 unsigned int len; in bp_unpack_string() local
128 unsigned int len = ib->len; in streamer_read_uhwi() local
196 int len = streamer_read_uhwi (ib); in streamer_read_wide_int() local
211 int len = streamer_read_uhwi (ib); in streamer_read_widest_int() local
/dragonfly/contrib/nvi2/common/
H A Dconv.c50 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, in raw2int()
74 #define CONVERT(str, left, src, len) \ argument
96 #define CONVERT(str, left, src, len) argument
101 default_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, in default_char2int()
155 fe_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, in fe_char2int()
163 ie_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, in ie_char2int()
171 cs_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, in cs_char2int()
178 int2raw(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, in int2raw()
197 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, in default_int2char()
292 fe_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, in fe_int2char()
[all …]
/dragonfly/sys/opencrypto/
H A Dxform.c463 null_setkey(void *sched, u_int8_t *key, int len) in null_setkey()
487 des1_setkey(void *sched, u_int8_t *key, int len) in des1_setkey()
511 des3_setkey(void *sched, u_int8_t *key, int len) in des3_setkey()
555 blf_setkey(void *sched, u_int8_t *key, int len) in blf_setkey()
574 cast5_setkey(void *sched, u_int8_t *key, int len) in cast5_setkey()
593 skipjack_setkey(void *sched, u_int8_t *key, int len) in skipjack_setkey()
697 aes_xts_setkey(void *sched, u_int8_t *key, int len) in aes_xts_setkey()
744 aes_ctr_setkey(void *sched, u_int8_t *key, int len) in aes_ctr_setkey()
793 cml_setkey(void *sched, u_int8_t *key, int len) in cml_setkey()
816 twofish128_setkey(void *sched, u_int8_t *key, int len) in twofish128_setkey()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-gre.c81 u_int len = length, vers; in gre_print() local
110 u_int len = length; in gre_print_0() local
237 u_int len = length; in gre_print_1() local
320 uint8_t srelen, const u_char *bp, u_int len) in gre_sre_print()
344 const u_char *bp, u_int len) in gre_sre_ip_print()
382 const u_char *bp, u_int len) in gre_sre_asn_print()
H A Dprint-aoe.c145 const u_char *cp, u_int len) in aoev1_issue_print()
206 const u_char *cp, u_int len) in aoev1_query_print()
249 const u_char *cp, u_int len) in aoev1_mac_print()
299 const u_char *cp, u_int len) in aoev1_reserve_print()
333 const u_char *cp, u_int len) in aoev1_print()
388 const u_char *cp, const u_int len) in aoe_print()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_11_shared.c208 size_t len) in ieee802_11_sa_query_action()
405 u8 len = 0, i; in hostapd_eid_ext_capab() local
473 u8 len = hapd->conf->qos_map_set_len; in hostapd_eid_qos_map_set() local
491 u8 *len; in hostapd_eid_interworking() local
550 u8 *len; in hostapd_eid_roaming_consortium() local
615 size_t len; in hostapd_eid_time_zone() local
715 size_t len, int delta) in hostapd_eid_mbo_rssi_assoc_rej()
730 u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_mbo()
772 u8 len; in hostapd_mbo_ie_len() local
818 size_t len) in hostapd_eid_owe_trans()
[all …]
H A Dieee802_1x.c56 size_t len; in ieee802_1x_send() local
535 int len; in add_common_radius_attr() local
854 size_t len) in handle_eap_response()
886 size_t len) in handle_eap_initiate()
992 size_t len) in ieee802_1x_save_eapol()
1024 size_t len) in ieee802_1x_receive()
1483 size_t len; in ieee802_1x_get_keys() local
1597 size_t len; in ieee802_1x_update_sta_identity() local
1631 size_t len; in ieee802_1x_update_sta_cui() local
1774 size_t len; in ieee802_1x_check_hs20() local
[all …]
H A Dgas_serv.c164 u8 *len; in anqp_add_hs_capab_list() local
245 u8 *len; in anqp_add_capab_list() local
318 u8 *len; in anqp_add_venue_name() local
341 u8 *len; in anqp_add_venue_url() local
377 u8 *len; in anqp_add_roaming_consortium() local
548 u8 *len; in anqp_add_nai_realm() local
643 u8 *len; in anqp_add_operator_friendly_name() local
862 u8 *len; in anqp_add_icon_binary_file() local
917 u8 *len; in anqp_add_operator_icon_metadata() local
958 size_t len = 0; in anqp_get_required_len() local
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-root.c87 ssize_t len; in ps_root_readerrorcb() local
143 ssize_t len; in ps_root_mreaderrorcb() local
202 void *data, size_t len) in ps_root_writeerror()
345 mode_t mode, void *data, size_t len) in ps_root_dowritefile()
363 ps_root_monordm(uint64_t *rdm, size_t len) in ps_root_monordm()
380 size_t len; in ps_root_dogetifaddrs() local
483 size_t len = iov->iov_len, rlen = 0; in ps_root_recvmsgcb() local
1018 size_t len) in ps_root_ioctl()
1046 void *data, size_t len) in ps_root_readfile()
1056 const void *data, size_t len) in ps_root_writefile()
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dstrings.c72 _nc_str_init(string_desc * dst, char *src, size_t len) in _nc_str_init()
89 _nc_str_null(string_desc * dst, size_t len) in _nc_str_null()
111 size_t len = strlen(src); in _nc_safe_strcat() local
132 size_t len = strlen(src); in _nc_safe_strcpy() local
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509name.c72 X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len) in X509_NAME_get_text_by_NID()
84 int len) in X509_NAME_get_text_by_OBJ()
195 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ()
210 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID()
225 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt()
298 const char *field, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_txt()
316 const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_NID()
333 int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_OBJ()
372 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
/dragonfly/contrib/nvi2/ex/
H A Dex_argv.c89 size_t blen, len; in argv_exp1() local
127 size_t blen, len, n; in argv_exp2() local
214 size_t len; in argv_exp3() local
284 size_t len; in argv_flt_ex() local
318 size_t len, nlen; in argv_flt_user() local
361 size_t blen, len, off, tlen; in argv_fexp() local
457 argv_alloc(SCR *sp, size_t len) in argv_alloc()
558 size_t dlen, len, nlen; in argv_flt_path() local
675 size_t blen, len; in argv_sexp() local
822 argv_esc(SCR *sp, EXCMD *excp, CHAR_T *str, size_t len) in argv_esc()
[all …]
/dragonfly/stand/boot/common/
H A Dmisc.c69 size_t len; in strlenout() local
98 kern_bzero(vm_offset_t dest, size_t len) in kern_bzero()
119 kern_pread(int fd, vm_offset_t dest, size_t len, off_t off) in kern_pread()
140 alloc_pread(int fd, off_t off, size_t len) in alloc_pread()
168 hexdump(caddr_t region, size_t len) in hexdump()

12345678910>>...144