Searched refs:inp (Results 126 - 150 of 348) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl120 [A2] LDNW *${INPB}++[4],$D0 ; load inp[0]
121 [A2] LDNW *${INPB}[-3],$D1 ; load inp[1]
124 LDNW *${INPB}[-2],$D2 ; load inp[2]
125 LDNW *${INPB}[-1],$D3 ; load inp[3]
136 ADDU $D0,B24,$D0:$H0 ; h0+=inp[0]
137 || ADD $D0,B24,B27 ; B-copy of h0+inp[0]
139 ADDU $D1,B25,$D1:$H1 ; h1+=inp[1]
151 || ADDU $D2,B28,$D2:$H2 ; h2+=inp[2]
162 || ADDU $D3,B30,$D3:$H3 ; h3+=inp[3]
182 || [A2] LDNW *${INPB}++[4],$D0 ; load inp[
[all...]
H A Dpoly1305-armv8.pl52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3));
53 my ($mac,$nonce)=($inp,$len);
76 cmp $inp,xzr
86 ldp $r0,$r1,[$inp] // load key
137 ldp $t0,$t1,[$inp],#16 // load input
337 ldp $d0,$d1,[$inp],#16 // load input
391 ldp $d0,$d1,[$inp],#16 // load input
444 add $in2,$inp,#32
456 add $in2,$inp,#32
473 ldp x8,x12,[$in2],#16 // inp[
[all...]
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram.h137 const char *bhnd_nvram_string_array_next(const char *inp, size_t ilen,
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl27 $inp="a1";
44 ldq_u @X[0],0+0($inp)
45 ldq_u @X[1],0+7($inp)
48 ldq_u @X[$i+2],($i+2)*4+0($inp)
49 ldq_u @X[$i+3],($i+2)*4+7($inp)
52 extql @X[$i],$inp,@X[$i]
53 extqh @X[$i+1],$inp,@X[$i+1]
269 addq $inp,$num,$num
305 addq $inp,64,$inp
[all...]
H A Dsha512-sparcv9.pl124 $inp="%i1";
136 ldx [$inp+0],@X[0]
137 ldx [$inp+16],@X[2]
138 ldx [$inp+32],@X[4]
139 ldx [$inp+48],@X[6]
140 ldx [$inp+8],@X[1]
141 ldx [$inp+24],@X[3]
143 ldx [$inp+40],@X[5]
145 ldx [$inp+56],@X[7]
148 ldx [$inp
[all...]
H A Dsha1-x86_64.pl135 $inp="%rsi"; # 2nd arg
140 $inp="%r9";
159 mov `4*$i`($inp),$xi[0]
163 mov `4*$j`($inp),$xi[1]
306 mov %rsi,$inp # reassigned argument
340 lea `16*4`($inp),$inp
366 my ($ctx,$inp,$num)=("%rdi","%rsi","%rdx");
390 movdqu ($inp),@MSG[0]
392 movdqu 0x10($inp),
[all...]
H A Dsha1-s390x.pl61 $inp="%r3";
86 lg $X[0],`$i*4`($inp) ### Xload($i)
184 lgr %r2,$inp
229 la $inp,64($inp)
/freebsd-current/sys/netipsec/
H A Dudpencap.c70 udp_ipsec_pcbctl(struct inpcb *inp, struct sockopt *sopt) argument
75 INP_WLOCK_ASSERT(inp);
77 INP_WUNLOCK(inp);
81 up = intoudpcb(inp);
87 INP_WUNLOCK(inp);
90 INP_WUNLOCK(inp);
96 INP_WLOCK(inp);
107 INP_WUNLOCK(inp);
H A Dipsec_output.c190 struct inpcb *inp, u_int idx)
220 IPSEC_INIT_CTX(&ctx, &m, inp, sav, AF_INET, IPSEC_ENC_BEFORE);
244 inp = NULL;
247 IPSEC_INIT_CTX(&ctx, &m, inp, sav, dst->sa.sa_family, IPSEC_ENC_AFTER);
292 struct inpcb *inp)
295 return (ipsec4_perform_request(m, sp, inp, 0));
371 ipsec4_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) argument
377 sp = ipsec4_checkpolicy(m, inp, &error, !forwarding);
423 error = ipsec4_process_packet(m, sp, inp);
443 ipsec4_output(struct mbuf *m, struct inpcb *inp) argument
189 ipsec4_perform_request(struct mbuf *m, struct secpolicy *sp, struct inpcb *inp, u_int idx) argument
291 ipsec4_process_packet(struct mbuf *m, struct secpolicy *sp, struct inpcb *inp) argument
582 ipsec6_perform_request(struct mbuf *m, struct secpolicy *sp, struct inpcb *inp, u_int idx) argument
674 ipsec6_process_packet(struct mbuf *m, struct secpolicy *sp, struct inpcb *inp) argument
748 ipsec6_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) argument
811 ipsec6_output(struct mbuf *m, struct inpcb *inp) argument
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_input.c85 struct sctp_init_chunk *cp, struct sctp_inpcb *inp,
96 SCTP_INP_RLOCK(inp);
109 mflowtype, mflowid, inp->fibnum,
119 mflowtype, mflowid, inp->fibnum,
125 ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
126 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) ||
127 (!SCTP_IS_LISTENING(inp)))) {
144 mflowtype, mflowid, inp->fibnum,
153 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_CONTROL_PROC, SCTP_SO_NOT_LOCKED);
156 sctp_send_initiate_ack(inp, stc
83 sctp_handle_init(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_init_chunk *cp, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
1347 sctp_process_cookie_existing(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
1955 sctp_process_cookie_new(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
2593 struct sctp_inpcb *inp; local
4310 sctp_process_control(struct mbuf *m, int iphlen, int *offset, int length, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_chunkhdr *ch, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, int *fwd_tsn_seen, uint8_t mflowtype, uint32_t mflowid, uint16_t fibnum, uint32_t vrf_id, uint16_t port) argument
5258 struct sctp_inpcb *inp = NULL, *inp_decr = NULL; local
[all...]
H A Dtcp_ratelimit.c1051 rt_find_real_interface(struct ifnet *ifp, struct inpcb *inp, int *error) argument
1057 .rate_limit.hdr.flowid = inp->inp_flowid,
1058 .rate_limit.hdr.numa_domain = inp->inp_numa_domain,
1064 params.rate_limit.hdr.flowtype = ((inp->inp_vflag & INP_IPV6) ?
1142 rt_setup_rate(struct inpcb *inp, struct ifnet *ifp, uint64_t bytes_per_sec, argument
1192 tifp = rt_find_real_interface(ifp, inp, error);
1200 ("Lookup failure ifp:%p inp:%p rt_find_real_interface() returns the same interface tifp:%p?\n",
1201 ifp, inp, tifp));
1214 err = in_pcbattach_txrtlmt(inp, oifp,
1215 inp
1332 struct inpcb *inp = tptoinpcb(tp); local
1397 struct inpcb *inp = tptoinpcb(tp); local
1525 struct inpcb *inp = tptoinpcb(tp); local
1737 tcp_hw_highest_rate_ifp(struct ifnet *ifp, struct inpcb *inp) argument
[all...]
H A Dsctp_auth.h192 extern void sctp_clear_cachedkeys_ep(struct sctp_inpcb *inp, uint16_t keyid);
194 extern int sctp_delete_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid);
196 extern int sctp_auth_setactivekey_ep(struct sctp_inpcb *inp, uint16_t keyid);
198 extern int sctp_deact_sharedkey_ep(struct sctp_inpcb *inp, uint16_t keyid);
220 sctp_initialize_auth_params(struct sctp_inpcb *inp,
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl69 $inp="%r4";
104 la $inp,16($sp)
106 .long 0xb93e0004 # kimd %r0,$inp
137 .long 0xb93e0004 # kimd %r0,$inp
158 xg $Zhi,0($inp) # Xi ^= inp
159 xg $Zlo,8($inp)
239 la $inp,16($inp)
H A Dghash-x86_64.pl160 my $inp = shift;
181 mov ($inp,$cnt),`&LB("$nlo")`
284 $inp="%rdx";
310 mov $inp,%r14 # reassign couple of args
313 { my $inp="%r14";
347 &add ($len,$inp); # pointer to the end of data
352 &xor ($Zhi,"($inp)");
353 &mov ("%rdx","8($inp)");
354 &lea ($inp,"16($inp)");
[all...]
H A Dghash-alpha.pl43 $inp="a2";
344 ldq_u $inhi,0($inp)
345 ldq_u $Thi0,7($inp)
346 ldq_u $inlo,8($inp)
347 ldq_u $Tlo0,15($inp)
355 extql $inhi,$inp,$inhi
356 extqh $Thi0,$inp,$Thi0
358 lda $inp,16($inp)
360 extql $inlo,$inp,
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dcontrol.c272 char inp[MAXLINE]; local
303 if (sm_io_fgets(s, SM_TIME_DEFAULT, inp, sizeof(inp)) < 0)
311 fixcrlf(inp, true);
313 sm_setproctitle(false, e, "control: %s", inp);
316 for (p = inp; SM_ISSPACE(*p); p++)
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl70 my ($inp,$out,$len,$key)=("r0","r1","r2","r3");
923 my ($out,$inp,$rounds,$const)=("r12","r4","r5","r6");
954 vld1.8 {@XMM[7]}, [$inp]! @ load round 0 key
960 vld1.8 {@XMM[15]}, [$inp]! @ load round 1 key
993 vld1.8 {@XMM[15]}, [$inp]! @ load next round key
1022 ldr r5,[$inp,#240] @ pass rounds
1023 mov r4,$inp @ pass key
1040 vld1.8 {@XMM[0]-@XMM[1]}, [$inp]! @ load input
1041 vld1.8 {@XMM[2]-@XMM[3]}, [$inp]!
1043 vld1.8 {@XMM[4]-@XMM[5]}, [$inp]!
[all...]
H A Daes-ppc.pl77 $inp="r3";
371 andi. $t0,$inp,3
379 lwz $s0,0($inp)
380 lwz $s1,4($inp)
381 lwz $s2,8($inp)
382 lwz $s3,12($inp)
385 lwz $t0,0($inp)
386 lwz $t1,4($inp)
387 lwz $t2,8($inp)
388 lwz $t3,12($inp)
[all...]
/freebsd-current/contrib/file/src/
H A Dcdf.c939 cdf_property_info_t *inp; local
947 inp = CAST(cdf_property_info_t *,
948 CDF_REALLOC(*info, newcount * sizeof(*inp)));
949 if (inp == NULL)
952 *info = inp;
954 return inp;
963 cdf_copy_info(cdf_property_info_t *inp, const void *p, const void *e, argument
966 if (inp->pi_type & CDF_VECTOR)
972 (void)memcpy(&inp->pi_val, p, len);
976 inp
998 cdf_property_info_t *inp; local
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl91 ($out, $inp, $mod) = ("%rdi", "%rsi", "%rbp"); # common internal API
93 my ($out,$inp,$mod,$n0,$times) = ("%rdi","%rsi","%rdx","%rcx","%r8d");
122 movq ($inp), %rdx
123 movq 8($inp), %rax
139 movq %rdx, %rbx # 0($inp)
140 mov %rax, %rbp # 8($inp)
143 movq 16($inp), %rax
148 movq 24($inp), %rax
154 movq 32($inp), %rax
160 movq 40($inp),
[all...]
/freebsd-current/sys/netinet6/
H A Dip6_input.c1176 ip6_savecontrol_v4(struct inpcb *inp, struct mbuf *m, struct mbuf **mp, argument
1182 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) {
1193 switch (inp->inp_socket->so_ts_clock) {
1282 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
1284 if ((inp->inp_flags & IN6P_PKTINFO) != 0) {
1308 IS2292(inp, IPV6_2292PKTINFO, IPV6_PKTINFO), IPPROTO_IPV6,
1314 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {
1331 IS2292(inp, IPV6_2292HOPLIMIT, IPV6_HOPLIMIT),
1337 if ((inp
1375 ip6_savecontrol(struct inpcb *inp, struct mbuf *m, struct mbuf **mp) argument
1545 ip6_notify_pmtu(struct inpcb *inp, struct sockaddr_in6 *dst, u_int32_t mtu) argument
[all...]
/freebsd-current/crypto/openssl/engines/asm/
H A De_padlock-x86_64.pl45 $inp="%rsi";
287 # int padlock_$mode_encrypt(void *out, const void *inp,
313 test \$0x0f,$inp
347 mov $inp,%rax # check if prefetch crosses page
366 mov $inp,%r9
372 test \$0x0f,$inp # inp_misaligned
378 mov $out,$inp
405 lea (%rsp),$inp
410 mov %r9,$inp
413 add $chunk,$inp
[all...]
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl72 my ($dat,$in0,$out,$ctx,$inp,$len, $func,$nargs);
78 ($ctx,$inp,$len) = ("%rdi","%rsi","%rdx");
81 ($dat,$in0,$out,$ctx,$inp,$len) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
88 # const void *inp, # MD5 input
154 $D#md5# mov $inp,%r15
160 $inp="%r15" if ($md5);
161 $inp=$in0 if (!$md5);
208 $inp="%r15";
211 mov $in0,$inp
219 add $inp,
[all...]
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom.c224 struct inpcb *inp = sotoinpcb(so); local
225 struct tcpcb *tp = intotcpcb(inp);
228 INP_WLOCK_ASSERT(inp);
238 if (inp->inp_vflag & INP_IPV6)
249 /* Install an extra hold on inp */
250 toep->inp = inp;
252 in_pcbref(inp);
273 struct inpcb *inp = sotoinpcb(so); local
274 struct tcpcb *tp = intotcpcb(inp);
366 struct inpcb *inp = tptoinpcb(tp); local
885 struct inpcb *inp = tptoinpcb(tp); local
973 struct inpcb *inp = toep->inp; local
1234 struct inpcb *inp = sotoinpcb(so); local
1576 prepare_pkt(int open_type, uint16_t vtag, struct inpcb *inp, int *pktlen, int *buflen) argument
1668 lookup_offload_policy(struct adapter *sc, int open_type, struct mbuf *m, uint16_t vtag, struct inpcb *inp) argument
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dmodes.h148 int CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp,
150 int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp,
152 int CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp,
155 int CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp,
164 const unsigned char *inp, unsigned char *out,

Completed in 243 milliseconds

1234567891011>>