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

12

/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_rle.c9 unsigned int ilen);
12 unsigned int ilen);
32 unsigned int ilen)
34 if (ilen == 0)
37 if (olen <= ilen)
41 memcpy(out, in, ilen);
42 return (ilen + 1);
47 unsigned int ilen)
51 if (ilen == 0)
54 if (olen < (ilen
30 rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) argument
45 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.h24 unsigned char *in, unsigned int ilen);
27 unsigned char *in, unsigned int ilen);
47 unsigned char *in, int ilen);
49 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-11-stable/crypto/openssh/
H A Drsa.c78 int len, ilen, olen, r = SSH_ERR_INTERNAL_ERROR; local
89 ilen = BN_num_bytes(in);
90 if ((inbuf = malloc(ilen)) == NULL) {
96 if ((len = RSA_public_encrypt(ilen, inbuf, outbuf, key,
114 explicit_bzero(inbuf, ilen);
124 int len, ilen, olen, r = SSH_ERR_INTERNAL_ERROR; local
132 ilen = BN_num_bytes(in);
133 if ((inbuf = malloc(ilen)) == NULL) {
139 if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key,
154 explicit_bzero(inbuf, ilen);
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dseq.h35 size_t ilen; /* Input keys length. */ member in struct:_seq
H A Dseq.c43 size_t ilen,
61 seq_find(sp, &lastqp, NULL, input, ilen, stype, NULL)) != NULL) {
95 if ((qp->input = v_wstrdup(sp, input, ilen)) == NULL) {
99 qp->ilen = ilen;
145 size_t ilen,
152 if (qp->stype == stype && qp->ilen == ilen) {
153 diff = MEMCMP(qp->input, input, ilen);
204 size_t ilen,
38 seq_set( SCR *sp, CHAR_T *name, size_t nlen, CHAR_T *input, size_t ilen, CHAR_T *output, size_t olen, seq_t stype, int flags) argument
142 seq_delete( SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) argument
199 seq_find( SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, seq_t stype, int *ispartialp) argument
[all...]
H A Dkey.c698 init_nomap = !e_memcmp(qp->output, &gp->i_event[gp->i_next], qp->ilen);
701 QREM(qp->ilen);
731 if (v_event_push(sp, NULL, qp->output + qp->ilen,
732 qp->olen - qp->ilen, CH_MAPPED))
735 qp->output, qp->ilen, CH_NOMAP | CH_MAPPED))
/freebsd-11-stable/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-11-stable/crypto/heimdal/lib/wind/
H A Dtest-ldap.c47 size_t ilen; member in struct:testcase
81 ret = _wind_ldap_case_exact_attribute(t->in, t->ilen, out, &olen);
106 ret = wind_stringprep(t->in, t->ilen, out, &olen,
/freebsd-11-stable/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-11-stable/usr.sbin/ppp/
H A Ddeflate.c76 int olen, ilen, len, res, flush; local
79 ilen = m_length(mp);
80 log_Printf(LogDEBUG, "DeflateOutput: Proto %02x (%d bytes)\n", *proto, ilen);
153 if (olen >= ilen) {
157 ilen, olen, *proto);
158 ccp->uncompout += ilen;
159 ccp->compout += ilen; /* We measure this stuff too */
179 ccp->uncompout += ilen;
183 ilen, olen, *proto);
206 int ilen, ole local
[all...]
H A Dmppe.c166 int dictinit, ilen, len; local
169 ilen = m_length(mp);
172 log_Printf(LogDEBUG, "MPPE: Output: Proto %02x (%d bytes)\n", *proto, ilen);
175 ccp->compout += ilen;
176 ccp->uncompout += ilen;
219 RC4(&mop->rc4key, ilen, rp, rp);
227 ccp->uncompout += ilen;
248 int dictinit, flushed, ilen, len, n; local
250 ilen = m_length(mp);
252 ccp->compin += ilen;
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h55 #define INIT_UDATA(udata, ibuf, obuf, ilen, olen) \
59 (udata)->inlen = (ilen); \
63 #define INIT_UDATA_BUF_OR_NULL(udata, ibuf, obuf, ilen, olen) \
65 (udata)->inbuf = (ilen) ? (const void __user *) (ibuf) : NULL; \
67 (udata)->inlen = (ilen); \
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_zlib.c65 size_t ilen, void *obp)
73 zp->zs.avail_in = ilen;
64 g_uzip_zlib_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *ibp, size_t ilen, void *obp) argument
H A Dg_uzip_lzma.c69 void *ibp, size_t ilen, void *obp)
79 lzp->b.in_size = ilen;
68 g_uzip_lzma_decompress(struct g_uzip_dapi *lzpp, const char *gp_name, void *ibp, size_t ilen, void *obp) argument
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_conv.c798 dos2unixchr(u_char *outbuf, const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
809 ilen, (char **)&outp, &olen, KICONV_LOWER);
812 ilen, (char **)&outp, &olen);
819 (*ilen)--;
824 (*ilen)--;
842 unix2doschr(const u_char **instr, size_t *ilen, struct msdosfsmount *pmp) argument
854 len = *ilen;
857 ilen, &up, &ucslen);
858 unixlen = len - *ilen;
864 (*ilen)
922 size_t ilen, olen, len; local
955 unix2winchr(const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_split.c70 * ilen: insert length
78 size_t ilen, u_int32_t argskip)
99 bt_root(t, sp, &l, &r, &skip, ilen) :
100 bt_page(t, sp, &l, &r, &skip, ilen);
108 h->linp[skip] = h->upper -= ilen;
331 * ilen: insert length
337 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
407 tp = bt_psplit(t, h, l, r, skip, ilen);
429 * ilen: insert length
435 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
77 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, size_t ilen, u_int32_t argskip) argument
594 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) argument
[all...]
/freebsd-11-stable/lib/libkiconv/
H A Dxlat16_iconv.c341 my_iconv_char(iconv_t cd, u_char **ibuf, size_t * ilen, u_char **obuf, argument
351 ir = *ilen;
354 ret = my_iconv(cd, (char **)&sp, ilen, (char **)&dp, olen);
359 if (*ilen == ir - 1 && (*ibuf)[1] == '\0' && (c1 || c2))
385 *ilen = 1;
/freebsd-11-stable/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-11-stable/crypto/heimdal/kadmin/
H A Drpc.c749 unsigned char *buf, size_t ilen,
769 INSIST(ilen >= 4);
790 if (ilen) {
796 if (ilen < 4) {
797 memcpy(tmp, buf, ilen);
798 slen = krb5_storage_read(sp, tmp + ilen, sizeof(tmp) - ilen);
799 INSIST((size_t)slen == sizeof(tmp) - ilen);
801 ilen = sizeof(tmp);
804 INSIST(ilen >
748 process_stream(krb5_context contextp, unsigned char *buf, size_t ilen, krb5_storage *sp) argument
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_subr.c156 size_t ilen = *nmlen; local
173 __DECONST(const char **, &ibuf), &ilen, &obuf, &olen, copt);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmit_glue.c339 size_t *ilen,
344 ret = krb5_enctype_keybits(context, enctype, ilen);
347 *ilen = (*ilen + 7) / 8;
337 krb5_c_keylengths(krb5_context context, krb5_enctype enctype, size_t *ilen, size_t *keylen) argument
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c668 size_t ilen = d->rr_len[i]-2; /* length left in rdata */ local
680 while(ilen > 0 && jlen > 0 && (dname_num_i > 0 || dname_num_j > 0)) {
691 ilen--;
714 lablen_i = ilen;
727 lablen_i = ilen;
772 if(ilen == 0 && jlen == 0)
774 if(ilen == 0)
779 if((wfi = memcmp(di, dj, (ilen<jlen)?ilen:jlen)) != 0)
781 if(ilen < jle
[all...]
/freebsd-11-stable/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

Completed in 206 milliseconds

12