Searched refs:inp (Results 76 - 100 of 347) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl111 $t2="%r2"; $inp="%r2";
248 # void AES_encrypt(const unsigned char *inp, unsigned char *out,
261 #la %r2,0($inp)
273 llgf $s0,0($inp)
274 llgf $s1,4($inp)
275 llgf $s2,8($inp)
276 llgf $s3,12($inp)
574 # void AES_decrypt(const unsigned char *inp, unsigned char *out,
587 #la %r2,0($inp)
599 llgf $s0,0($inp)
[all...]
H A Daesni-mb-x86_64.pl88 # struct { void *inp,*out; int blocks; double iv[2]; } inp[8];
92 $inp="%rdi"; # 1st arg
103 @inp=map("%xmm$_",(6..9));
173 lea $inp_elm_size*2($inp),$inp
184 mov `$inp_elm_size*$i+2*$ptr_size-$inp_elm_size*2`($inp),$one
185 mov `$inp_elm_size*$i+0-$inp_elm_size*2`($inp),$inptr_reg
187 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*2`($inp),$outptr_reg
191 movdqu `$inp_elm_size*$i+2*$ptr_size+8-$inp_elm_size*2`($inp),
[all...]
H A Daesni-x86_64.pl220 $inp="%rdi";
271 # void $PREFIX_[en|de]crypt (const void *inp,void *out,const AES_KEY *key);
273 { my ($inp,$out,$key) = @_4args;
282 movups ($inp),$inout0 # load input
301 movups ($inp),$inout0 # load input
647 movdqu ($inp),$inout0 # load 8 input blocks
648 movdqu 0x10($inp),$inout1
649 movdqu 0x20($inp),$inout2
650 movdqu 0x30($inp),$inout3
651 movdqu 0x40($inp),
[all...]
H A Daest4-sparcv9.pl91 my ($inp,$out,$key,$rounds,$tmp,$mask)=map("%o$_",(0..5));
109 andcc $inp, 7, %g1 ! is input aligned?
110 andn $inp, 7, $inp
115 ldx [$inp + 0], %o4
117 ldx [$inp + 8], %o5
118 ldx [$inp + 16], $inp
124 srlx $inp, %o3, %o3
187 andcc $inp,
[all...]
/freebsd-current/crypto/openssl/engines/asm/
H A De_padlock-x86.pl54 $inp="esi";
174 &mov ($inp,&wparam(1)); # must be 16-byte aligned
188 # int padlock_$mode_encrypt(void *out, const void *inp,
192 &mov ($inp,&wparam(1));
215 &test ($inp,0x0f);
240 &mov ("eax",$inp); # check if prefetch crosses page
256 &mov (&DWP(4,"ebp"),$inp);
276 &lea ($inp,&DWP(0,"esp"));
282 &test ($inp,0x0f); # inp_misaligned
288 &mov ($inp,
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tcp.c41 accel_fs_tcp_set_ipv4_flow(struct mlx5_flow_spec *spec, struct inpcb *inp) argument
49 &inp->inp_faddr, 4);
52 &inp->inp_laddr, 4);
62 accel_fs_tcp_set_ipv6_flow(struct mlx5_flow_spec *spec, struct inpcb *inp) argument
70 &inp->in6p_faddr, 16);
73 &inp->in6p_laddr, 16);
91 struct inpcb *inp, uint32_t tirn, uint32_t flow_tag,
112 INP_RLOCK(inp);
127 ntohs(inp->inp_lport));
129 ntohs(inp
90 mlx5e_accel_fs_add_inpcb(struct mlx5e_priv *priv, struct inpcb *inp, uint32_t tirn, uint32_t flow_tag, uint16_t vlan_id) argument
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_timer.c223 * Map the given inp to a CPU id.
229 inp_to_cpuid(struct inpcb *inp) argument
235 cpuid = rss_hash2cpuid(inp->inp_flowid, inp->inp_flowtype);
246 cpuid = inp->inp_flowid % (mp_maxid + 1);
313 struct inpcb *inp = tptoinpcb(tp); local
317 INP_WLOCK_ASSERT(inp);
319 CURVNET_SET(inp->inp_vnet);
333 struct inpcb *inp = tptoinpcb(tp); local
336 INP_WLOCK_ASSERT(inp);
383 struct inpcb *inp = tptoinpcb(tp); local
490 struct inpcb *inp = tptoinpcb(tp); local
554 struct inpcb *inp = tptoinpcb(tp); local
874 struct inpcb *inp = tptoinpcb(tp); local
911 struct inpcb *inp = tptoinpcb(tp); local
967 struct inpcb *inp = tptoinpcb(tp); local
[all...]
H A Dsctp_os_bsd.h177 #define SCTP_LTRACE_ERR_RET_PKT(m, inp, stcb, net, file, err) \
179 SCTP_PRINTF("mbuf:%p inp:%p stcb:%p net:%p file:%x line:%d error:%d\n", \
180 m, inp, stcb, net, file, __LINE__, err);
181 #define SCTP_LTRACE_ERR_RET(inp, stcb, net, file, err) \
183 SCTP_PRINTF("inp:%p stcb:%p net:%p file:%x line:%d error:%d\n", \
184 inp, stcb, net, file, __LINE__, err);
186 #define SCTP_LTRACE_ERR_RET_PKT(m, inp, stcb, net, file, err)
187 #define SCTP_LTRACE_ERR_RET(inp, stcb, net, file, err)
354 #define SCTP_GET_HLIM(inp, ro) in6_selecthlim(&inp
[all...]
H A Dtcp_subr.c572 tcp_recv_udp_tunneled_packet(struct mbuf *m, int off, struct inpcb *inp, argument
1335 struct inpcb *inp; local
1347 while ((inp = inp_next(&inpi)) != NULL) {
1348 tp = intotcpcb(inp);
1652 tcpip_fillheaders(struct inpcb *inp, uint16_t port, void *ip_ptr, void *tcp_ptr) argument
1656 INP_WLOCK_ASSERT(inp);
1659 if ((inp->inp_vflag & INP_IPV6) != 0) {
1664 (inp->inp_flow & IPV6_FLOWINFO_MASK);
1672 ip6->ip6_src = inp->in6p_laddr;
1673 ip6->ip6_dst = inp
1717 tcpip_maketemplate(struct inpcb *inp) argument
1748 struct inpcb *inp; local
2181 tcp_newtcpcb(struct inpcb *inp) argument
2337 struct inpcb *inp = tptoinpcb(tp); local
2465 struct inpcb *inp = tptoinpcb(tp); local
2511 tcp_notify(struct inpcb *inp, int error) argument
2559 struct inpcb *inp; local
2637 struct inpcb *inp; local
2676 struct inpcb *inp; local
2756 struct inpcb *inp; local
2909 struct inpcb *inp; local
3220 tcp_drop_syn_sent(struct inpcb *inp, int errno) argument
3248 tcp_mtudisc_notify(struct inpcb *inp, int error) argument
3255 tcp_mtudisc(struct inpcb *inp, int mtuoffer) argument
3395 struct inpcb *inp = tptoinpcb(tp); local
3534 struct inpcb *inp; local
3653 struct inpcb *inp; local
3901 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) argument
[all...]
H A Dsctp_timer.c86 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, argument
114 inp, stcb, net,
116 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, inp, stcb, net);
153 inp->last_abort_code = SCTP_FROM_SCTP_TIMER + SCTP_LOC_2;
154 sctp_abort_an_association(inp, stcb, op_err, true, SCTP_SO_NOT_LOCKED);
812 sctp_t3rxt_timer(struct sctp_inpcb *inp, argument
844 if (sctp_threshold_management(inp, stcb, net,
879 if (sctp_threshold_management(inp, stcb, NULL,
973 sctp_timer_start(SCTP_TIMER_TYPE_SEND, inp, stcb, net);
1001 sctp_t1init_timer(struct sctp_inpcb *inp, argument
1049 sctp_cookie_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED) argument
1114 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
1177 sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
1275 sctp_delete_prim_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
1297 sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
1320 sctp_shutdownack_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
1343 sctp_audit_stream_queues_for_size(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
1407 sctp_heartbeat_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
1468 sctp_pathmtu_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
1528 sctp_autoclose_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl95 $inp="%r25"; # zapped by $a1
107 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$inp);
265 addl $inp,$num,$num ; $num to point at the end of $inp
268 $PUSH $inp,`-$FRAME_MARKER-3*$SIZE_T`(%sp)
294 extru $inp,31,`log($SZ)/log(2)`,$t0
302 andcm $inp,$t0,$t0 ; align $inp
307 cmpb,*= $inp,$t0,L\$aligned
329 $POP `-$FRAME_MARKER-3*$SIZE_T`(%sp),$inp
[all...]
H A Dsha1-586.pl434 my ($ctx,$inp,$num)=("edi","esi","ecx");
460 &mov ($inp,&wparam(1));
469 &movdqu (@MSG[0],&QWP(0,$inp));
471 &movdqu (@MSG[1],&QWP(0x10,$inp));
473 &movdqu (@MSG[2],&QWP(0x20,$inp));
475 &movdqu (@MSG[3],&QWP(0x30,$inp));
483 &lea ("eax",&DWP(0x40,$inp));
486 &cmovne ($inp,"eax");
506 &movdqu (@MSG[0],&QWP(0,$inp));
510 &movdqu (@MSG[1],&QWP(0x10,$inp));
[all...]
H A Dsha256-armv4.pl65 $inp="r1"; $t4="r1";
90 @ ldr $t1,[$inp],#4 @ $i
92 str $inp,[sp,#17*4] @ make room for $t4
101 @ ldrb $t1,[$inp,#3] @ $i
103 ldrb $t2,[$inp,#2]
104 ldrb $t0,[$inp,#1]
106 ldrb $t2,[$inp],#4
109 str $inp,[sp,#17*4] @ make room for $t4
133 ldr $t1,[$inp],#4 @ prefetch
135 ldrb $t1,[$inp,#
[all...]
H A Dsha1-ppc.pl69 $inp="r4";
104 loadbe("@X[$i]","`$i*4`($inp)",$f) if ($i==0);
105 loadbe("@X[$j]","`$j*4`($inp)",$f) if ($i<15);
221 andi. r0,$inp,3
236 subfic $t1,$inp,4096
250 lbz r16,0($inp)
251 lbz r17,1($inp)
252 lbz r18,2($inp)
253 lbz r19,3($inp)
254 addi $inp,
[all...]
/freebsd-current/crypto/openssl/crypto/modes/
H A Dccm128.c138 const unsigned char *inp, unsigned char *out,
177 memcpy(temp.c, inp, 16);
181 ctx->cmac.u[0] ^= ((u64_a1 *)inp)[0];
182 ctx->cmac.u[1] ^= ((u64_a1 *)inp)[1];
192 ((u64_a1 *)out)[0] = scratch.u[0] ^ ((u64_a1 *)inp)[0];
193 ((u64_a1 *)out)[1] = scratch.u[1] ^ ((u64_a1 *)inp)[1];
195 inp += 16;
202 ctx->cmac.c[i] ^= inp[i];
206 out[i] = scratch.c[i] ^ inp[i];
222 const unsigned char *inp, unsigne
137 CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) argument
221 CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) argument
310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) argument
374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) argument
[all...]
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.h36 MD5_CTX *ctx, const void *inp, size_t blocks);
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl55 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
61 $inp="%r4";
123 lg $TX[1],0($inp)
125 la $inp,8($inp)
149 llgc $acc,0($inp)
150 la $inp,1($inp)
170 # void RC4_set_key(RC4_KEY *key,unsigned int len,const void *inp)
176 $inp
[all...]
H A Drc4-parisc.pl84 $inp="%r24";
134 ldbx $inp($out),$dat1
165 sub $inp,$out,$inp ; distance between $inp and $out
190 and,<> $inp,$dat0,$acc ; is $inp aligned?
192 sub $inp,$acc,$rem ; align $inp
224 ldwx $inp(
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Ddir.c69 struct inoinfo **inpp, *inp; local
77 inp = *inpp;
78 if (inp->i_parent == 0)
80 if (inoinfo(inp->i_parent)->ino_state == DFOUND &&
81 INO_IS_DUNFOUND(inp->i_number)) {
82 inoinfo(inp->i_number)->ino_state = DFOUND;
83 check_dirdepth(inp);
94 check_dirdepth(struct inoinfo *inp) argument
103 if ((parentinp = getinoinfo(inp->i_parent)) == NULL) {
110 if (parentinp->i_depth + 1 == inp
569 struct inoinfo *inp; local
918 struct inoinfo *inp, *parentinp; local
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dpariscid.pl100 my $inp="%r26";
116 and,*<> $inp,%r1,%r28
118 stb %r0,0($inp)
121 ldo 1($inp),$inp
126 $ST %r0,0($inp)
128 ldo $SIZE_T($inp),$inp
133 stb %r0,0($inp)
135 ldo 1($inp),
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl70 ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3);
99 beqz $inp,.Lno_key
102 ld $in0,0($inp)
103 ld $in1,8($inp)
105 ldl $in0,0+MSB($inp)
106 ldl $in1,8+MSB($inp)
107 ldr $in0,0+LSB($inp)
108 ldr $in1,8+LSB($inp)
219 ld $in0,0($inp) # load input
220 ld $in1,8($inp)
[all...]
/freebsd-current/sys/netipsec/
H A Dxform_tcp.c77 tcp_ipsec_pcbctl(struct inpcb *inp, struct sockopt *sopt) argument
87 INP_RLOCK(inp);
88 if (inp->inp_flags & INP_DROPPED) {
89 INP_RUNLOCK(inp);
92 tp = intotcpcb(inp);
94 INP_RUNLOCK(inp);
105 INP_WLOCK(inp);
106 if (inp->inp_flags & INP_DROPPED) {
107 INP_WUNLOCK(inp);
110 tp = intotcpcb(inp);
[all...]
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl79 $inp="%i2";
108 ldub [$inp+15],$nlo
111 add $len,$inp,$len
125 ldub [$inp+14],$nlo
156 ldub [$inp+$cnt],$nlo
194 add $inp,16,$inp
195 cmp $inp,$len
207 ldub [$inp+15],$nlo
241 undef $inp;
[all...]
/freebsd-current/crypto/openssl/include/internal/
H A Dsha3.h25 typedef size_t (sha3_absorb_fn)(void *vctx, const void *inp, size_t len);
51 size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len,
/freebsd-current/crypto/openssl/test/
H A Dbio_enc_test.c42 static unsigned char inp[BUF_SIZE] = { 0 }; local
47 if (!TEST_int_gt(RAND_bytes(inp, DATA_SIZE), 0))
58 mem = BIO_new_mem_buf(inp, DATA_SIZE);
74 mem = BIO_new_mem_buf(inp, DATA_SIZE);
106 mem = BIO_new_mem_buf(inp, DATA_SIZE);
140 if (!TEST_mem_eq(inp, DATA_SIZE, out, len))
167 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) {
194 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) {

Completed in 580 milliseconds

1234567891011>>