Searched refs:ilen (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dc_rle.c9 unsigned int ilen);
12 unsigned int ilen);
32 unsigned int ilen)
36 if (olen < (ilen + 1)) {
42 memcpy(out, in, ilen);
43 return (ilen + 1);
48 unsigned int ilen)
52 if (ilen == 0 || olen < (ilen - 1)) {
59 memcpy(out, in, ilen
30 rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
46 rle_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
[all...]
H A Dcomp_lib.c36 unsigned char *in, int ilen)
43 ret = ctx->meth->compress(ctx, out, olen, in, ilen);
45 ctx->compress_in += ilen;
52 unsigned char *in, int ilen)
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen);
62 ctx->expand_in += ilen;
35 COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
51 COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
H A Dcomp.h20 unsigned char *in, unsigned int ilen);
23 unsigned char *in, unsigned int ilen);
43 unsigned char *in, int ilen);
45 unsigned char *in, int ilen);
H A Dc_zlib.c31 unsigned int ilen);
34 unsigned int ilen);
55 unsigned int ilen);
58 unsigned int ilen);
195 unsigned int ilen)
206 state->ostream.avail_in = ilen;
209 if (ilen > 0)
215 ilen, olen - state->ostream.avail_out,
216 (ilen != olen - state->ostream.avail_out) ? "zlib" : "clear");
223 unsigned int ilen)
193 zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
221 zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Drsa.c78 int len, ilen, olen; local
86 ilen = BN_num_bytes(in);
87 inbuf = xmalloc(ilen);
90 if ((len = RSA_public_encrypt(ilen, inbuf, outbuf, key,
98 explicit_bzero(inbuf, ilen);
107 int len, ilen, olen; local
112 ilen = BN_num_bytes(in);
113 inbuf = xmalloc(ilen);
116 if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key,
124 explicit_bzero(inbuf, ilen);
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dseq.c37 seq_set(sp, name, nlen, input, ilen, output, olen, stype, flags)
40 size_t nlen, ilen, olen;
56 seq_find(sp, &lastqp, NULL, input, ilen, stype, NULL)) != NULL) {
90 if ((qp->input = v_strdup(sp, input, ilen)) == NULL) {
94 qp->ilen = ilen;
137 seq_delete(sp, input, ilen, stype)
140 size_t ilen;
145 if ((qp = seq_find(sp, NULL, NULL, input, ilen, stype, NULL)) == NULL)
179 seq_find(sp, lastqp, e_input, c_input, ilen, styp
[all...]
H A Dseq.h35 size_t ilen; /* Input keys length. */ member in struct:_seq
H A Dkey.c688 init_nomap = !e_memcmp(qp->output, &gp->i_event[gp->i_next], qp->ilen);
691 QREM(qp->ilen);
721 if (v_event_push(sp, NULL, qp->output + qp->ilen,
722 qp->olen - qp->ilen, CH_MAPPED))
725 qp->output, qp->ilen, CH_NOMAP | CH_MAPPED))
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dt1_reneg.c149 int ilen; local
158 ilen = *d;
162 if ((ilen + 1) != len) {
170 if (ilen != s->s3->previous_client_finished_len) {
186 ilen ? "Non-empty" : "Empty");
237 int ilen; local
250 ilen = *d;
254 if (ilen + 1 != len) {
262 if (ilen != expected_len) {
287 ilen
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_sn.c103 int n, plen, ilen; local
108 ilen = (int)ntohl(rec->sp_ilen);
110 if (ilen > plen || plen < sizeof(*rec))
114 n = MIN(plen, ilen);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c552 size_t len, ilen = 0; local
571 ilen = sizeof(struct uniapi_call_created);
572 if (len != ilen)
600 ilen = sizeof(struct uniapi_call_destroyed);
601 if (len != ilen)
622 ilen = sizeof(struct uniapi_party_created);
623 if (len != ilen)
637 ilen = sizeof(struct uniapi_party_destroyed);
638 if (len != ilen)
652 ilen
[all...]
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_funcs.c390 u_int32_t ilen; local
407 ilen = htonl(ipbp->val1);
410 ilen = htonl(ipbp->val2);
415 memmove(p, &ilen, IPO_INT_LEN);
419 ilen = ipbp->len; /* XXX: conversion. */
420 ilen = htonl(ilen);
425 memmove(p, &ilen, IPO_INT_LEN);
H A Dip_term.c42 qp->input, qp->ilen, qp->output, qp->olen);
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsa_sign.c77 int ilen;
78 ilen = BN_num_bytes(r->q);
79 if (ilen > 20)
82 ilen++;
87 return ilen * 2 + 6;
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddeflate.c74 int olen, ilen, len, res, flush; local
77 ilen = m_length(mp);
78 log_Printf(LogDEBUG, "DeflateOutput: Proto %02x (%d bytes)\n", *proto, ilen);
151 if (olen >= ilen) {
155 ilen, olen, *proto);
156 ccp->uncompout += ilen;
157 ccp->compout += ilen; /* We measure this stuff too */
177 ccp->uncompout += ilen;
181 ilen, olen, *proto);
204 int ilen, ole local
[all...]
H A Dmppe.c164 int dictinit, ilen, len; local
167 ilen = m_length(mp);
170 log_Printf(LogDEBUG, "MPPE: Output: Proto %02x (%d bytes)\n", *proto, ilen);
173 ccp->compout += ilen;
174 ccp->uncompout += ilen;
217 RC4(&mop->rc4key, ilen, rp, rp);
225 ccp->uncompout += ilen;
246 int dictinit, flushed, ilen, len, n; local
248 ilen = m_length(mp);
250 ccp->compin += ilen;
[all...]
/freebsd-9.3-release/contrib/nvi/ip_cl/
H A Dip_cl.c555 u_int32_t ilen; local
571 ilen = htonl(ipbp->val1);
574 ilen = htonl(ipbp->val2);
583 memmove(p, &ilen, IPO_INT_LEN);
587 ilen = ipbp->len; /* XXX: conversion. */
588 ilen = htonl(ilen);
597 memmove(p, &ilen, IPO_INT_LEN);
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c815 dos2unixchr(u_char *outbuf, const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
826 ilen, (char **)&outp, &olen, KICONV_LOWER);
829 ilen, (char **)&outp, &olen);
836 (*ilen)--;
841 (*ilen)--;
859 unix2doschr(const u_char **instr, size_t *ilen, struct msdosfsmount *pmp) argument
871 len = *ilen;
874 ilen, &up, &ucslen);
875 unixlen = len - *ilen;
881 (*ilen)
939 size_t ilen, olen, len; local
972 unix2winchr(const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
[all...]
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_split.c71 * ilen: insert length
79 size_t ilen, u_int32_t argskip)
100 bt_root(t, sp, &l, &r, &skip, ilen) :
101 bt_page(t, sp, &l, &r, &skip, ilen);
109 h->linp[skip] = h->upper -= ilen;
329 * ilen: insert length
335 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
405 tp = bt_psplit(t, h, l, r, skip, ilen);
427 * ilen: insert length
433 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
78 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, size_t ilen, u_int32_t argskip) argument
589 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) argument
[all...]
/freebsd-9.3-release/lib/libkiconv/
H A Dxlat16_iconv.c342 my_iconv_char(iconv_t cd, const u_char **ibuf, size_t * ilen, u_char **obuf, argument
353 ir = *ilen;
356 ret = my_iconv(cd, (const char **)&sp, ilen, (char **)&dp, olen);
361 if (*ilen == ir - 1 && (*ibuf)[1] == '\0' && (c1 || c2))
387 *ilen = 1;
/freebsd-9.3-release/sbin/setkey/
H A Dtest-pfkey.c276 u_int s, i, slen, ilen, len; local
282 ilen = sizeof(i);
284 memcpy(buf + slen, &i, ilen);
286 len = sizeof(m_sens) + PFKEY_ALIGN8(slen) + PFKEY_ALIGN8(ilen);
293 m_sens.sadb_sens_integ_len = PFKEY_ALIGN8(ilen);
298 buf, slen + ilen);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dmit_glue.c332 size_t *ilen,
337 ret = krb5_enctype_keybits(context, enctype, ilen);
340 *ilen = (*ilen + 7) / 8;
330 krb5_c_keylengths(krb5_context context, krb5_enctype enctype, size_t *ilen, size_t *keylen) argument
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_term.c51 qp->input, qp->ilen, qp->output, qp->olen);
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_axereg.h269 uint16_t ilen; member in struct:axe_sframe_hdr
294 uint16_t ilen; member in struct:axe_csum_hdr
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_subr.c189 size_t ilen = *nmlen; local
206 (vcp->vc_tolocal, (const char **)&ibuf, &ilen, &obuf, &olen, copt);

Completed in 315 milliseconds

12