Searched refs:buff (Results 26 - 50 of 877) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ],buff[BUFSIZ]; local
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
125 OPENSSL_cleanse(buff,BUFSIZ);
133 char buf[BUFSIZ],buff[BUFSIZ]; local
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
138 OPENSSL_cleanse(buff,BUFSIZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ], buff[BUFSIZ]; local
122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
125 OPENSSL_cleanse(buff, BUFSIZ);
133 char buf[BUFSIZ], buff[BUFSIZ]; local
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
138 OPENSSL_cleanse(buff, BUFSIZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ],buff[BUFSIZ]; local
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
125 OPENSSL_cleanse(buff,BUFSIZ);
133 char buf[BUFSIZ],buff[BUFSIZ]; local
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
138 OPENSSL_cleanse(buff,BUFSIZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ], buff[BUFSIZ]; local
122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
125 OPENSSL_cleanse(buff, BUFSIZ);
133 char buf[BUFSIZ], buff[BUFSIZ]; local
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
138 OPENSSL_cleanse(buff, BUFSIZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ],buff[BUFSIZ]; local
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
125 OPENSSL_cleanse(buff,BUFSIZ);
133 char buf[BUFSIZ],buff[BUFSIZ]; local
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
138 OPENSSL_cleanse(buff,BUFSIZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ], buff[BUFSIZ]; local
122 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
125 OPENSSL_cleanse(buff, BUFSIZ);
133 char buf[BUFSIZ], buff[BUFSIZ]; local
135 if ((ok = UI_UTIL_read_pw(buf, buff, BUFSIZ, prompt, verify)) == 0)
138 OPENSSL_cleanse(buff, BUFSIZ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dchecksum.h21 __wsum do_csum(const unsigned char *buff, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dchecksum.h21 __wsum do_csum(const unsigned char *buff, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ui/
H A Dui_compat.c65 int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, argument
68 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c62 char buff[BUFSIZ]; local
66 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
68 OPENSSL_cleanse(buff, BUFSIZ);
72 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, argument
85 ok = UI_add_verify_string(ui, prompt, 0, buff, 0, size - 1, buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ui/
H A Dui_compat.c64 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c61 char buff[BUFSIZ]; local
64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
65 OPENSSL_cleanse(buff,BUFSIZ);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ui/
H A Dui_compat.c65 int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, argument
68 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c62 char buff[BUFSIZ]; local
66 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
68 OPENSSL_cleanse(buff, BUFSIZ);
72 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, argument
85 ok = UI_add_verify_string(ui, prompt, 0, buff, 0, size - 1, buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ui/
H A Dui_compat.c64 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c61 char buff[BUFSIZ]; local
64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
65 OPENSSL_cleanse(buff,BUFSIZ);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ui/
H A Dui_compat.c65 int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, argument
68 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c62 char buff[BUFSIZ]; local
66 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
68 OPENSSL_cleanse(buff, BUFSIZ);
72 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, argument
85 ok = UI_add_verify_string(ui, prompt, 0, buff, 0, size - 1, buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ui/
H A Dui_compat.c64 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c61 char buff[BUFSIZ]; local
64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
65 OPENSSL_cleanse(buff,BUFSIZ);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/batman-adv/
H A Dbat_sysfs.c40 char *buff)
46 return sprintf(buff, "%s\n",
51 char *buff, size_t count)
58 if (((count == 2) && (buff[0] == '1')) ||
59 (strncmp(buff, "enable", 6) == 0))
62 if (((count == 2) && (buff[0] == '0')) ||
63 (strncmp(buff, "disable", 7) == 0))
67 if (buff[count - 1] == '\n')
68 buff[count - 1] = '\0';
72 "received: %s\n", buff);
39 show_aggr_ogms(struct kobject *kobj, struct attribute *attr, char *buff) argument
50 store_aggr_ogms(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
88 show_bond(struct kobject *kobj, struct attribute *attr, char *buff) argument
99 store_bond(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
137 show_vis_mode(struct kobject *kobj, struct attribute *attr, char *buff) argument
149 store_vis_mode(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
191 show_orig_interval(struct kobject *kobj, struct attribute *attr, char *buff) argument
201 store_orig_interval(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
235 show_log_level(struct kobject *kobj, struct attribute *attr, char *buff) argument
245 store_log_level(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
359 show_mesh_iface(struct kobject *kobj, struct attribute *attr, char *buff) argument
374 store_mesh_iface(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
413 show_iface_status(struct kobject *kobj, struct attribute *attr, char *buff) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbat_sysfs.c40 char *buff)
46 return sprintf(buff, "%s\n",
51 char *buff, size_t count)
58 if (((count == 2) && (buff[0] == '1')) ||
59 (strncmp(buff, "enable", 6) == 0))
62 if (((count == 2) && (buff[0] == '0')) ||
63 (strncmp(buff, "disable", 7) == 0))
67 if (buff[count - 1] == '\n')
68 buff[count - 1] = '\0';
72 "received: %s\n", buff);
39 show_aggr_ogms(struct kobject *kobj, struct attribute *attr, char *buff) argument
50 store_aggr_ogms(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
88 show_bond(struct kobject *kobj, struct attribute *attr, char *buff) argument
99 store_bond(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
137 show_vis_mode(struct kobject *kobj, struct attribute *attr, char *buff) argument
149 store_vis_mode(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
191 show_orig_interval(struct kobject *kobj, struct attribute *attr, char *buff) argument
201 store_orig_interval(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
235 show_log_level(struct kobject *kobj, struct attribute *attr, char *buff) argument
245 store_log_level(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
359 show_mesh_iface(struct kobject *kobj, struct attribute *attr, char *buff) argument
374 store_mesh_iface(struct kobject *kobj, struct attribute *attr, char *buff, size_t count) argument
413 show_iface_status(struct kobject *kobj, struct attribute *attr, char *buff) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dsdp.c50 static void sdp_write_address(char *buff, int size, const char *dest_addr, int ttl) argument
54 av_strlcatf(buff, size, "c=IN IP4 %s/%d\r\n", dest_addr, ttl);
56 av_strlcatf(buff, size, "c=IN IP4 %s\r\n", dest_addr);
61 static void sdp_write_header(char *buff, int size, struct sdp_session_level *s) argument
63 av_strlcatf(buff, size, "v=%d\r\n"
69 sdp_write_address(buff, size, s->dst_addr, s->ttl);
70 av_strlcatf(buff, size, "t=%d %d\r\n"
125 char buff[64]; local
126 int is_multicast = find_info_tag(buff, sizeof(buff), "multicas
210 sdp_write_media_attributes(char *buff, int size, AVCodecContext *c, int payload_type) argument
297 ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int port, int ttl) argument
323 avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) argument
368 avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) argument
373 ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int port, int ttl) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dsdp.c50 static void sdp_write_address(char *buff, int size, const char *dest_addr, int ttl) argument
54 av_strlcatf(buff, size, "c=IN IP4 %s/%d\r\n", dest_addr, ttl);
56 av_strlcatf(buff, size, "c=IN IP4 %s\r\n", dest_addr);
61 static void sdp_write_header(char *buff, int size, struct sdp_session_level *s) argument
63 av_strlcatf(buff, size, "v=%d\r\n"
69 sdp_write_address(buff, size, s->dst_addr, s->ttl);
70 av_strlcatf(buff, size, "t=%d %d\r\n"
125 char buff[64]; local
126 int is_multicast = find_info_tag(buff, sizeof(buff), "multicas
210 sdp_write_media_attributes(char *buff, int size, AVCodecContext *c, int payload_type) argument
297 ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int port, int ttl) argument
323 avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) argument
368 avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) argument
373 ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int port, int ttl) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dsdp.c50 static void sdp_write_address(char *buff, int size, const char *dest_addr, int ttl) argument
54 av_strlcatf(buff, size, "c=IN IP4 %s/%d\r\n", dest_addr, ttl);
56 av_strlcatf(buff, size, "c=IN IP4 %s\r\n", dest_addr);
61 static void sdp_write_header(char *buff, int size, struct sdp_session_level *s) argument
63 av_strlcatf(buff, size, "v=%d\r\n"
69 sdp_write_address(buff, size, s->dst_addr, s->ttl);
70 av_strlcatf(buff, size, "t=%d %d\r\n"
125 char buff[64]; local
126 int is_multicast = find_info_tag(buff, sizeof(buff), "multicas
210 sdp_write_media_attributes(char *buff, int size, AVCodecContext *c, int payload_type) argument
297 ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int port, int ttl) argument
323 avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) argument
368 avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) argument
373 ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int port, int ttl) argument
[all...]

Completed in 183 milliseconds

1234567891011>>