Searched refs:xlen (Results 1 - 25 of 98) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dfips_prf_cryptoapi.c21 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c23 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
44 m = xlen / 40;
H A Dfips_prf_openssl.c32 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
53 m = xlen / 40;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Dfips_prf_cryptoapi.c21 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c23 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
44 m = xlen / 40;
H A Dfips_prf_openssl.c32 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
53 m = xlen / 40;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dfips_prf_cryptoapi.c21 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c23 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
44 m = xlen / 40;
H A Dfips_prf_openssl.c32 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
53 m = xlen / 40;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/lib/
H A Dmemset.c35 size_t xlen; local
55 xlen = len / (OPSIZ * 8);
56 while (xlen > 0)
67 xlen -= 1;
72 xlen = len / OPSIZ;
73 while (xlen > 0)
77 xlen -= 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/lib/
H A Dmemset.c35 size_t xlen; local
55 xlen = len / (OPSIZ * 8);
56 while (xlen > 0)
67 xlen -= 1;
72 xlen = len / OPSIZ;
73 while (xlen > 0)
77 xlen -= 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dt1_trce.c552 size_t xlen; local
560 xlen = ext[0];
561 if (extlen != xlen + 1)
564 ext + 1, xlen, 1, ssl_point_tbl);
569 xlen = (ext[0] << 8) | ext[1];
570 if (extlen != xlen + 2)
573 ext + 2, xlen, 2, ssl_curve_tbl);
579 xlen = (ext[0] << 8) | ext[1];
580 if (extlen != xlen + 2)
582 if (xlen
989 size_t xlen; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dt1_trce.c552 size_t xlen; local
560 xlen = ext[0];
561 if (extlen != xlen + 1)
564 ext + 1, xlen, 1, ssl_point_tbl);
569 xlen = (ext[0] << 8) | ext[1];
570 if (extlen != xlen + 2)
573 ext + 2, xlen, 2, ssl_curve_tbl);
579 xlen = (ext[0] << 8) | ext[1];
580 if (extlen != xlen + 2)
582 if (xlen
989 size_t xlen; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dt1_trce.c552 size_t xlen; local
560 xlen = ext[0];
561 if (extlen != xlen + 1)
564 ext + 1, xlen, 1, ssl_point_tbl);
569 xlen = (ext[0] << 8) | ext[1];
570 if (extlen != xlen + 2)
573 ext + 2, xlen, 2, ssl_curve_tbl);
579 xlen = (ext[0] << 8) | ext[1];
580 if (extlen != xlen + 2)
582 if (xlen
989 size_t xlen; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Djfs_extent.c71 * xlen - requested extent length.
86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) argument
100 if (xlen > MAXXLEN)
101 xlen = MAXXLEN;
128 * will try to allocate disk blocks for the requested size (xlen).
129 * if this fails (xlen contiguous free blocks not avaliable), it'll
137 nxlen = xlen;
204 * xlen - request size of the resulting extent.
218 s64 xaddr, xlen, nxaddr, delta, xoff; local
235 xlen
371 int xlen; local
[all...]
H A Djfs_xtree.h115 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
116 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
120 s64 xoff, int xlen, s64 xaddr, int flag);
123 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jfs/
H A Djfs_extent.c71 * xlen - requested extent length.
86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) argument
100 if (xlen > MAXXLEN)
101 xlen = MAXXLEN;
128 * will try to allocate disk blocks for the requested size (xlen).
129 * if this fails (xlen contiguous free blocks not avaliable), it'll
137 nxlen = xlen;
204 * xlen - request size of the resulting extent.
218 s64 xaddr, xlen, nxaddr, delta, xoff; local
235 xlen
371 int xlen; local
[all...]
H A Djfs_xtree.h115 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
116 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
120 s64 xoff, int xlen, s64 xaddr, int flag);
123 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/examples/
H A Dgzlog.c134 unsigned xlen; local
175 xlen = temp[10] + (temp[11] << 8);
177 while (xlen) {
178 if (xlen < 4 || read(log->fd, temp, 4) != 4)
182 xlen -= 4;
187 if (xlen < sub_len)
190 xlen -= sub_len;

Completed in 263 milliseconds

1234