Searched refs:blen (Results 26 - 50 of 73) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddhtest.c103 int i,alen,blen,aout,bout,ret=1; local
178 blen=DH_size(b);
179 bbuf=(unsigned char *)OPENSSL_malloc(blen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddhtest.c103 int i,alen,blen,aout,bout,ret=1; local
178 blen=DH_size(b);
179 bbuf=(unsigned char *)OPENSSL_malloc(blen);
H A Decdhtest.c131 int i,alen,blen,aout,bout,ret=0; local
222 blen=KDF1_SHA1_len;
223 bbuf=(unsigned char *)OPENSSL_malloc(blen);
224 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_driver.c779 int ipath_decode_err(char *buf, size_t blen, ipath_err_t err) argument
788 strlcat(buf, "EBP ", blen);
790 strlcat(buf, "VCRC ", blen);
792 strlcat(buf, "CRC ", blen);
797 strlcat(buf, "rshortpktlen ", blen);
799 strlcat(buf, "sdroppeddatapkt ", blen);
801 strlcat(buf, "spktlen ", blen);
805 strlcat(buf, "CRC ", blen);
810 strlcat(buf, "rhdrlen ", blen);
812 strlcat(buf, "rbadtid ", blen);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c386 static inline void add_buffer(char **buf, int *blen, int *slen, char c) { argument
387 if (*slen + 1 >= *blen) {
388 *blen = *blen + 64;
389 *buf = xrealloc(*buf, *blen);
401 int blen, slen; local
404 blen = slen = 0;
408 add_buffer(&buf, &blen, &slen, *ptr);
435 add_buffer(&buf, &blen, &slen, *ptr);
446 add_buffer(&buf, &blen,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c102 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
379 int len, blen; local
385 blen = strlen(bound);
392 state = mime_bound_check(linebuf, len, bound, blen);
684 static int mime_bound_check(char *line, int linelen, char *bound, int blen) argument
687 if(blen == -1) blen = strlen(bound);
689 if(blen + 2 > linelen) return 0;
691 if(!strncmp(line, "--", 2) && !strncmp(line + 2, bound, blen)) {
692 if(!strncmp(line + blen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
438 int len, blen; local
444 blen = strlen(bound);
451 state = mime_bound_check(linebuf, len, bound, blen);
743 static int mime_bound_check(char *line, int linelen, char *bound, int blen) argument
746 if(blen == -1) blen = strlen(bound);
748 if(blen + 2 > linelen) return 0;
750 if(!strncmp(line, "--", 2) && !strncmp(line + 2, bound, blen)) {
751 if(!strncmp(line + blen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dutils.c511 char *hexstring_n2a(const __u8 *str, int len, char *buf, int blen) argument
517 if (blen < 3)
521 blen -= 2;
522 if (i != len-1 && blen > 1) {
524 blen--;
530 __u8* hexstring_a2n(const char *str, __u8 *buf, int blen) argument
555 if (cnt < blen) {
563 if (cnt < blen)
564 memset(buf+cnt, 0, blen-cnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c663 u32 blen; local
692 blen = 0;
700 if (bstart + blen == bn)
701 blen++;
707 blen = 1;
740 blen = 0;
748 if (bstart + blen == bn)
749 blen++;
753 gfs2_free_meta(ip, bstart, blen);
755 gfs2_free_data(ip, bstart, blen);
[all...]
H A Deattr.c229 unsigned int blen = 0; local
270 if (bstart + blen == bn)
271 blen++;
274 gfs2_free_meta(ip, bstart, blen);
276 blen = 1;
286 gfs2_free_meta(ip, bstart, blen);
1309 unsigned int blen = 0; local
1335 if (bstart + blen == bn)
1336 blen++;
1341 blen
[all...]
H A Dmeta_io.h57 void gfs2_meta_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen);
H A Drgrp.c1137 * @blen: the length of the block run (all must lie within ONE RG!)
1144 u32 blen, unsigned char new_state)
1162 while (blen--) {
1323 * @blen: the length of the block run
1327 void gfs2_free_data(struct gfs2_inode *ip, u64 bstart, u32 blen) argument
1332 rgd = rgblk_free(sdp, bstart, blen, GFS2_BLKST_FREE);
1336 rgd->rd_rg.rg_free += blen;
1343 gfs2_statfs_change(sdp, 0, +blen, 0);
1344 gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid);
1351 * @blen
1143 rgblk_free(struct gfs2_sbd *sdp, u64 bstart, u32 blen, unsigned char new_state) argument
1355 gfs2_free_meta(struct gfs2_inode *ip, u64 bstart, u32 blen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dutils.h89 extern char* hexstring_n2a(const __u8 *str, int len, char *buf, int blen);
90 extern __u8* hexstring_a2n(const char *str, __u8 *buf, int blen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c131 int *blen)
136 qword_add(bpp, blen, ent->authname);
138 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user");
139 qword_add(bpp, blen, idstr);
313 int *blen)
317 qword_add(bpp, blen, ent->authname);
318 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user");
319 qword_add(bpp, blen, ent->name);
130 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, int *blen) argument
312 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, int *blen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h75 char **bpp, int *blen);
186 extern void qword_addhex(char **bpp, int *lp, char *buf, int blen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Decdhtest.c131 int i,alen,blen,aout,bout,ret=0; local
222 blen=KDF1_SHA1_len;
223 bbuf=(unsigned char *)OPENSSL_malloc(blen);
224 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfips186-dsa.c160 size_t blen; local
164 b = data_from_hex (expected, &blen);
167 else if ( alen != blen || memcmp (a, b, alen) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.h56 unsigned int blen; member in struct:cipher_speed
60 unsigned int blen; /* buffer length */ member in struct:hash_speed
4155 { .klen = 16, .blen = 16, },
4156 { .klen = 16, .blen = 64, },
4157 { .klen = 16, .blen = 256, },
4158 { .klen = 16, .blen = 1024, },
4159 { .klen = 16, .blen = 8192, },
4160 { .klen = 24, .blen = 16, },
4161 { .klen = 24, .blen = 64, },
4162 { .klen = 24, .blen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c213 int alen, blen; local
217 blen = b->len;
221 while (blen && b->name[blen-1] == '.')
222 blen--;
224 if (alen == blen) {
237 int alen, blen; local
241 blen = b->len;
245 while (blen && b->name[blen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dconstants.c1271 int blen, fixed_valid; local
1279 blen = sizeof(buff) - 1;
1281 res += snprintf(buff + res, blen - res,
1286 res += snprintf(buff + res, blen - res, ", ");
1287 res += snprintf(buff + res, blen - res, "FMK");
1292 res += snprintf(buff + res, blen - res, ", ");
1293 res += snprintf(buff + res, blen - res, "EOM");
1298 res += snprintf(buff + res, blen - res, ", ");
1299 res += snprintf(buff + res, blen - res, "ILI");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp192 int bl = blen();
242 required = blen();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp192 int bl = blen();
242 required = blen();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ctrl.c198 unsigned int *blen)
202 *blen = 0;
210 *blen = scnprintf(
214 *blen = 0;
226 *blen = scnprintf(bptr,bmax,"%s",
196 pvr2_ctrl_get_valname(struct pvr2_ctrl *cptr,int val, char *bptr,unsigned int bmax, unsigned int *blen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dzserv.c157 int blen;
180 blen = prefix_blen (p);
181 stream_put (s, &p->u.prefix, blen);
187 stream_put (s, &p->u.prefix, blen);
189 stream_put (s, NULL, blen);
203 int blen;
226 blen = prefix_blen (p);
227 stream_put (s, &p->u.prefix, blen);
231 stream_put (s, &p->u.prefix, blen);
233 stream_put (s, NULL, blen);
154 int blen; local
200 int blen; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni65.c714 short blen[TMDNUM]; local
732 blen[i] = tmdp->blen;
746 p->tmdhead[i].blen = blen[num];
807 tmdp->blen = tmdp->status2 = 0;
818 rmdp->blen = -(R_BUF_SIZE-8);
997 p->stats.tx_bytes -= (short)(tmdp->blen);
1099 rmdp->blen = -(R_BUF_SIZE-8);
1171 tmdp->blen
[all...]

Completed in 196 milliseconds

123