Home
last modified time | relevance | path

Searched refs:inout (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/sendmail/libsm/
H A Dt-qic.c107 sm_qic_T inout[] = { local
170 for (i = 0; inout[i].qic_in != NULL; i++)
173 obp = quote_unquote(inout[i].qic_in, line_out, los,
174 inout[i].qic_exp, mode);
175 cmp = strcmp(inout[i].qic_out, obp);
176 SM_TEST(inout[i].qic_exp == cmp);
177 if (inout[i].qic_exp != cmp && !SmTestVerbose)
183 bp = str2prt(inout[i].qic_out);
186 show_diff(inout[i].qic_in, inout[i].qic_out);
193 for (i = 0; inout[i].qic_in != NULL; i++)
[all …]
H A Dt-str2prt.c37 sm_qic_T inout[] = { local
49 for (i = 0; inout[i].qic_in != NULL; i++)
51 obp = str2prt(inout[i].qic_in);
52 cmp = strcmp(inout[i].qic_out, obp);
53 SM_TEST(inout[i].qic_exp == cmp);
54 if (inout[i].qic_exp != cmp && SmTestVerbose)
56 fprintf(stderr, "in: %s\n", inout[i].qic_in);
58 fprintf(stderr, "exp: %s\n", inout[i].qic_out);
/freebsd/sys/amd64/vmm/
H A Dvmm_ioport.c76 switch (vmexit->u.inout.bytes) { in inout_instruction()
88 if (vmexit->u.inout.in) in inout_instruction()
91 if (vmexit->u.inout.string) in inout_instruction()
111 if (vmexit->u.inout.port >= MAX_IOPORTS || in emulate_inout_port()
112 (handler = ioport_handler[vmexit->u.inout.port]) == NULL) { in emulate_inout_port()
117 mask = vie_size2mask(vmexit->u.inout.bytes); in emulate_inout_port()
119 if (!vmexit->u.inout.in) { in emulate_inout_port()
120 val = vmexit->u.inout.eax & mask; in emulate_inout_port()
123 error = (*handler)(vcpu_vm(vcpu), vmexit->u.inout.in, in emulate_inout_port()
124 vmexit->u.inout.port, vmexit->u.inout.bytes, &val); in emulate_inout_port()
[all …]
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c181 aes_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in aes_encrypt() argument
207 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
215 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
218 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_encrypt()
219 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
220 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_encrypt()
230 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len - plen, in aes_encrypt()
241 m_copydata(inout, off, blocklen + plen, (void*) &last2); in aes_encrypt()
246 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
247 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
[all …]
H A Dkcrypto.h66 struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen);
68 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen);
114 krb5_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, in krb5_encrypt() argument
118 ks->ks_class->ec_encrypt(ks, inout, skip, len, ivec, ivlen); in krb5_encrypt()
122 krb5_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, in krb5_decrypt() argument
126 ks->ks_class->ec_decrypt(ks, inout, skip, len, ivec, ivlen); in krb5_decrypt()
131 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) in krb5_checksum() argument
134 ks->ks_class->ec_checksum(ks, usage, inout, skip, inlen, outlen); in krb5_checksum()
/freebsd/crypto/openssl/test/recipes/
H A D15-test_dsaparam.t83 my $inout = "inout.pem";
84 copy($input, $inout);
85 ok(run(app(['openssl', 'dsaparam', '-in', $inout, '-out', $inout])),
87 ok(!compare_text($input, $inout), "converted file $inout did not change");
H A D25-test_pkcs8.t23 my $inout = 'inout.pem';
24 copy($pc5_key, $inout);
25 ok(run(app(['openssl', 'pkcs8', '-topk8', '-in', $inout,
26 '-out', $inout, '-passout', 'pass:password'])),
28 ok(run(app(['openssl', 'pkcs8', '-in', $inout,
29 '-out', $inout, '-passin', 'pass:password'])),
31 is(compare_text($pc5_key, $inout), 0,
H A D15-test_pkey.t51 my $inout = 'inout.pem';
53 copy($in_key, $inout);
54 ok(run(app([@app, '-des3', '-traditional', '-in', $inout, '-out', $inout,
59 ok(file_line_contains("DEK-Info: DES-EDE3-CBC,", $inout),
62 ok(run(app([@app, '-in', $inout, '-out', $inout, '-passin', $pass])),
64 is(compare_text($in_key, $inout), 0,
H A D15-test_ecparam.t71 my $inout = "$_.tst";
74 copy($inout, $backup);
75 ok(run(app(['openssl', $_, '-in', $inout, '-out', $inout])));
76 ok(!compare($inout, $backup), "converted file $inout did not change");
H A D20-test_dhparam.t220 my $inout = "inout.pem";
221 copy($input, $inout);
222 ok(run(app(['openssl', 'dhparam', '-in', $inout, '-out', $inout])),
224 ok(!compare_text($input, $inout), "converted file $inout did not change");
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl509 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3));
555 vmr $inout,$inptail
562 vperm $inout,$inout,$inptail,$inpperm
566 vxor $inout,$inout,$rndkey0
569 vxor $inout,$inout,$ivec
573 vcipher $inout,$inout,$rndkey1
577 vcipher $inout,$inout,$rndkey0
583 vcipher $inout,$inout,$rndkey1
587 vcipherlast $ivec,$inout,$rndkey0
591 vsel $inout,$outhead,$tmp,$outmask
[all …]
H A Daesni-x86.pl126 { my ($p,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout));
133 &xorps ($inout,$ivec) if (defined($ivec));
134 &xorps ($inout,$rndkey0) if (!defined($ivec));
136 eval"&aes${p} ($inout,$rndkey1)";
141 eval"&aes${p}last ($inout,$rndkey1)";
145 { my ($p,$inout)=@_; $inout=$inout0 if (!defined($inout));
150 &xorps ($inout,$rndkey0);
158 eval"&aes${p} ($inout,$rndkey1)";
160 eval"&aes${p} ($inout,$rndkey0)";
163 eval"&aes${p} ($inout,$rndkey1)";
[all …]
H A Daesni-sha256-x86_64.pl221 ($iv,$inout,$roundkey,$temp,
460 vmovdqu (%r12),$inout # $a4
578 &vmovdqu ($inout,"(%r12)");
776 vmovdqu (%r12),$inout # $a4
847 &vmovdqu ($inout,"(%r12)");
1120 vmovdqu (%r13),$inout
1168 &vmovdqu ($inout,"(%r13)");
1217 vmovdqu (%r13),$inout
/freebsd/usr.sbin/bhyve/amd64/
H A Dinout.c113 bytes = vmexit->u.inout.bytes; in emulate_inout()
114 in = vmexit->u.inout.in; in emulate_inout()
115 port = vmexit->u.inout.port; in emulate_inout()
138 if (vmexit->u.inout.string) { in emulate_inout()
140 rep = vis->inout.rep; in emulate_inout()
220 eax = vmexit->u.inout.eax; in emulate_inout()
H A Dvmexit.c80 port = vme->u.inout.port; in vmexit_inout()
81 bytes = vme->u.inout.bytes; in vmexit_inout()
82 in = vme->u.inout.in; in vmexit_inout()
H A DMakefile.inc7 inout.c \
/freebsd/sys/dev/isp/
H A Dispmbox.h1248 } inout; member
1249 #define els_bytecnt inout.in._els_bytecnt
1250 #define els_subcode1 inout.in._els_subcode1
1251 #define els_subcode2 inout.in._els_subcode2
1252 #define els_reserved4 inout.in._els_reserved4
1253 #define els_recv_bytecnt inout.out._els_recv_bytecnt
1254 #define els_xmit_bytecnt inout.out._els_xmit_bytecnt
1255 #define els_xmit_dsd_length inout.out._els_xmit_dsd_length
1256 #define els_xmit_dsd_a1500 inout.out._els_xmit_dsd_a1500
1257 #define els_xmit_dsd_a3116 inout.out._els_xmit_dsd_a3116
[all …]
/freebsd/sys/sys/
H A Dioccom.h59 #define _IOC(inout,group,num,len) ((unsigned long) \ argument
60 ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num)))
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
54 void gf_strong_reduce(gf inout);
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller98.sh173 // arg: ptr[inout, nmreq_header\$netmap_cdevsw] {
181 // b4} (length 0x40) nr_options: ptr[inout,
207 // nr_body: ptr[inout, nmreq_body\$netmap_cdevsw] {
/freebsd/crypto/openssh/
H A Dsession.c396 int inout[2], err[2]; in do_exec_no_pty() local
402 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) { in do_exec_no_pty()
408 close(inout[0]); in do_exec_no_pty()
409 close(inout[1]); in do_exec_no_pty()
428 close(inout[0]); in do_exec_no_pty()
429 close(inout[1]); in do_exec_no_pty()
471 close(inout[1]); in do_exec_no_pty()
473 if (dup2(inout[0], 0) == -1) /* stdin */ in do_exec_no_pty()
475 if (dup2(inout[0], 1) == -1) /* stdout (same as stdin) */ in do_exec_no_pty()
477 close(inout[0]); in do_exec_no_pty()
[all …]
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y83 %type <num> role table inout unit dstopts weighting
166 IPT_GROUPMAP inout { bzero((char *)&ipht, sizeof(ipht));
174 inout: IPT_IN { $$ = FR_INQUE; }
496 | IPT_GROUPMAP '(' name ';' inout ';' ')'
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
/freebsd/crypto/heimdal/lib/hdb/
H A Dmkey.c96 hdb_master_key *inout) in hdb_add_master_key() argument
102 for(p = *inout; p; p = p->next) in hdb_add_master_key()
108 p->next = *inout; in hdb_add_master_key()
109 *inout = p; in hdb_add_master_key()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dscrypt.c325 static void salsa208_word_specification(uint32_t inout[16]) in salsa208_word_specification()
330 memcpy(x, inout, sizeof(x)); in salsa208_word_specification()
366 inout[i] += x[i]; in salsa208_word_specification()

123