Searched refs:inp (Results 151 - 175 of 259) sorted by relevance

1234567891011

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c111 int aesni_cbc_sha256_enc(const void *inp, void *out, size_t blocks,
196 const unsigned char *inp; member in struct:__anon4593
206 const unsigned char *inp,
243 hash_d[0].ptr = inp;
244 ciph_d[0].inp = inp;
252 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag;
328 ciph_d[i].inp += MAXCHUNKSIZE;
425 memcpy(ciph_d[i].out, ciph_d[i].inp, len - processed);
426 ciph_d[i].inp
204 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl48 $inp="%i1";
280 add $inp,$len,$len
291 andn $inp,7,$tmp0
307 and $inp,7,$tmp1
343 add $inp,64,$inp
345 cmp $inp,$len
359 andn $inp,7,$tmp0
H A Dsha512-mips.pl121 $inp=$a1;
129 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
130 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
357 $PTR_ADD @X[15],$inp # pointer to the end of input
363 ${LD}l @X[0],$MSB($inp)
364 ${LD}r @X[0],$LSB($inp)
386 $PTR_ADD $inp,16*$SZ
409 bne $inp,@X[15],.Loop
H A Dsha512p8-ppc.pl71 $inp="r4";
90 lvx_u @X[$i+1],0,$inp ; load X[i] in advance
91 addi $inp,$inp,16
210 lvx_u @X[0],0,$inp
211 addi $inp,$inp,16
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl38 $inp="x2";
168 # void gcm_ghash_v8(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
198 @ inp[len], which means that
207 vld1.64 {$t0},[$inp],#16 @ load [rotated] I[0]
223 vld1.64 {$t1},[$inp],$inc @ load [rotated] I[1]
246 vld1.64 {$t0},[$inp],$inc @ load [rotated] I[i+2]
255 vld1.64 {$t1},[$inp],$inc @ load [rotated] I[i+3]
291 veor $IN,$IN,$Xl @ inp^=Xi
292 veor $t1,$t0,$t2 @ $t1 is rotated inp^Xi
/freebsd-11-stable/sys/dev/cx/
H A Dmachdep.h39 # define inb(port) inp((unsigned short)(port))
/freebsd-11-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c210 struct inpcb *inp; local
224 inp = &xpcb->xt_inp;
232 if (inp->inp_gencnt > head->xig_gen)
239 if (!tcpdropconn(&inp->inp_inc))
/freebsd-11-stable/sys/net/
H A Dpfil.h115 int, struct inpcb *inp);
H A Dpfil.c97 int dir, int flags, struct inpcb *inp)
110 dir, flags, inp);
116 inp);
96 pfil_run_hooks(struct pfil_head *ph, struct mbuf **mp, struct ifnet *ifp, int dir, int flags, struct inpcb *inp) argument
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c1211 ip6_savecontrol_v4(struct inpcb *inp, struct mbuf *m, struct mbuf **mp, argument
1217 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) {
1224 switch (inp->inp_socket->so_ts_clock) {
1263 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
1265 if ((inp->inp_flags & IN6P_PKTINFO) != 0) {
1290 IS2292(inp, IPV6_2292PKTINFO, IPV6_PKTINFO), IPPROTO_IPV6);
1295 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {
1312 IS2292(inp, IPV6_2292HOPLIMIT, IPV6_HOPLIMIT),
1318 if ((inp
1577 ip6_notify_pmtu(struct inpcb *inp, struct sockaddr_in6 *dst, u_int32_t mtu) argument
[all...]
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c181 char *inp, *nsp; local
183 nsp = inp = optarg;
184 while ((nsp = strsep(&inp, ",;:")) != NULL) {
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_util.c68 char inbuf[3], outbuf[3], *inp, *outp; local
81 inp = inbuf;
83 cd9660_iconv->convchr(handle, __DECONST(const char **, &inp), &i,
/freebsd-11-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c769 qid_printname(e), CurSmtpClient, inp); \
841 char inp[MAXINPLINE]; local
1438 (void) sm_snprintf(inp, sizeof(inp), "%s %s", hostname,
1441 expand(SmtpGreeting, inp, sizeof(inp), e);
1443 p = strchr(inp, '\n');
1446 id = strchr(inp, ' ');
1448 id = &inp[strlen(inp)];
5437 char inp[MAXLINE]; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.c1209 sctp_clear_cachedkeys_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1213 if (inp == NULL)
1217 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
1263 sctp_delete_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1267 if (inp == NULL)
1271 if (keyid == inp->sctp_ep.default_keyid)
1275 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid);
1286 sctp_clear_cachedkeys_ep(inp, keyid);
1323 sctp_auth_setactivekey_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1328 skey = sctp_find_sharedkey(&inp
1376 sctp_deact_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid) argument
1965 sctp_initialize_auth_params(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
[all...]
H A Dsctp_pcb.h344 #define sctp_lport ip_inp.inp.inp_lport
362 struct inpcb inp; member in union:sctp_inpcb::__anon5439
563 struct sctp_tcb *sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock);
628 int sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp);
633 * Null in last arg inpcb indicate run on ALL ep's. Specific inp in last arg
H A Dsctp_indata.h78 sctp_build_ctl_nchunk(struct sctp_inpcb *inp,
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl1480 my ($out,$inp) = $win64 ? ("%rcx","%rdx") : ("%rdi","%rsi");
1488 sub \$-128,$inp # size optimization
1495 $code.=" mov `8*$j-128`($inp), @T[0]\n";
1528 mov ($inp),@T[0]
1532 $code.=" mov `8*($i+1)`($inp),@T[1]\n" if ($i<15);
1562 my ($out,$inp,$power) = $win64 ? ("%rcx","%rdx","%r8d") : ("%rdi","%rsi","%edx");
1578 vmovdqu ($inp),%ymm0
1579 lea 32($inp),$inp
1665 lea 128($inp),
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h339 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) argument
341 struct internal_syment *in = (struct internal_syment *) inp;
345 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp);
374 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp);
485 void * inp,
492 union internal_auxent * in = (union internal_auxent *) inp;
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp);
569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp);
589 coff_swap_lineno_out (bfd * abfd, void * inp, void * outp) argument
591 struct internal_lineno *in = (struct internal_lineno *) inp;
484 coff_swap_aux_out(bfd * abfd, void * inp, int type, int class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp) argument
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Ddir.c76 struct inoinfo **inpp, *inp; local
84 inp = *inpp;
85 if (inp->i_parent == 0)
87 if (inoinfo(inp->i_parent)->ino_state == DFOUND &&
88 INO_IS_DUNFOUND(inp->i_number)) {
89 inoinfo(inp->i_number)->ino_state = DFOUND;
692 struct inoinfo *inp; local
723 inp = getinoinfo(ino);
724 inp->i_parent = parent;
725 inp
[all...]
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.h156 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m);
157 int mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp);
158 void mac_inpcb_create(struct socket *so, struct inpcb *inp);
159 void mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m);
162 void mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp);
308 void mac_syncache_create(struct label *l, struct inpcb *inp);
/freebsd-11-stable/sys/security/mac_portacl/
H A Dmac_portacl.c437 struct inpcb *inp; local
473 inp = sotoinpcb(so);
474 if ((inp->inp_flags & INP_LOWPORT) == 0)
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c604 struct inpcb *inp = toep->inp; local
634 INP_WLOCK(inp);
635 if (__predict_false(inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT))) {
637 __func__, tid, pdu_len, inp->inp_flags);
638 INP_WUNLOCK(inp);
646 tp = intotcpcb(inp);
656 so = inp->inp_socket;
666 INP_WUNLOCK(inp);
669 INP_WLOCK(inp);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl116 my ($inp,$out,$key,$Tbl,$s0,$s1,$s2,$s3)=($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7);
652 lwl $s0,0+$MSB($inp)
653 lwl $s1,4+$MSB($inp)
654 lwl $s2,8+$MSB($inp)
655 lwl $s3,12+$MSB($inp)
656 lwr $s0,0+$LSB($inp)
657 lwr $s1,4+$LSB($inp)
658 lwr $s2,8+$LSB($inp)
659 lwr $s3,12+$LSB($inp)
1224 lwl $s0,0+$MSB($inp)
[all...]
/freebsd-11-stable/sys/security/mac_ifoff/
H A Dmac_ifoff.c140 ifoff_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, argument
/freebsd-11-stable/crypto/openssl/apps/
H A Ddgst.c110 BIO *in = NULL, *inp; local
481 inp = BIO_push(bmd, in);
491 err = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf,
514 r = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf,

Completed in 506 milliseconds

1234567891011