Home
last modified time | relevance | path

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

12

/freebsd/contrib/sendmail/libsm/
H A Dt-qic.c107 sm_qic_T inout[] = { local
174 inout[i].qic_exp, mode);
176 SM_TEST(inout[i].qic_exp == cmp);
183 bp = str2prt(inout[i].qic_out);
186 show_diff(inout[i].qic_in, inout[i].qic_out);
197 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
210 bp = str2prt(inout[i].qic_out);
213 show_diff(inout[i].qic_in, inout[i].qic_out);
229 inout[i].qic_exp, mode);
239 bp = str2prt(inout[i].qic_out);
[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.c74 switch (vmexit->u.inout.bytes) { in inout_instruction()
86 if (vmexit->u.inout.in) in inout_instruction()
89 if (vmexit->u.inout.string) in inout_instruction()
117 if (!vmexit->u.inout.in) { in emulate_inout_port()
122 vmexit->u.inout.port, vmexit->u.inout.bytes, &val); in emulate_inout_port()
134 if (vmexit->u.inout.in) { in emulate_inout_port()
135 vmexit->u.inout.eax &= ~mask; in emulate_inout_port()
138 vmexit->u.inout.eax); in emulate_inout_port()
158 bytes = vmexit->u.inout.bytes; in vm_handle_inout()
162 if (vmexit->u.inout.string) in vm_handle_inout()
[all …]
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c213 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_encrypt()
214 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
215 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_encrypt()
236 m_copydata(inout, off, blocklen + plen, (void*) &last2); in aes_encrypt()
241 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt()
242 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt()
280 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_decrypt()
281 m_copyback(inout, off, blocklen, last2.cn); in aes_decrypt()
282 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_decrypt()
298 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, off, blocklen, in aes_decrypt()
[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/crypto/aes/asm/
H A Daesp8-ppc.pl565 vxor $inout,$inout,$rndkey0
568 vxor $inout,$inout,$ivec
572 vcipher $inout,$inout,$rndkey1
636 vxor $inout,$inout,$ivec
1356 vperm $inout,$inout,$inout,$outperm
2040 vxor $inout,$inout,$tweak
2041 vxor $inout,$inout,$rndkey0
2096 vxor $inout,$inout,$tweak
2098 vxor $inout,$inout,$rndkey0
2250 vxor $inout,$inout,$tweak
[all …]
H A Daesni-x86.pl126 { my ($p,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout));
136 eval"&aes${p} ($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)";
165 eval"&aes${p} ($inout,$rndkey0)";
168 eval"&aes${p} ($inout,$rndkey1)";
170 eval"&aes${p} ($inout,$rndkey0)";
[all …]
H A Daesni-sha256-x86_64.pl219 ($iv,$inout,$roundkey,$temp,
458 vmovdqu (%r12),$inout # $a4
576 &vmovdqu ($inout,"(%r12)");
774 vmovdqu (%r12),$inout # $a4
845 &vmovdqu ($inout,"(%r12)");
1118 vmovdqu (%r13),$inout
1166 &vmovdqu ($inout,"(%r13)");
1215 vmovdqu (%r13),$inout
H A Daesv8-armx.pl357 my ($rndkey0,$rndkey1,$inout)=map("q$_",(0..3));
371 vld1.8 {$inout},[$inp]
376 aes$e $inout,$rndkey0
377 aes$mc $inout,$inout
380 aes$e $inout,$rndkey1
381 aes$mc $inout,$inout
385 aes$e $inout,$rndkey0
386 aes$mc $inout,$inout
388 aes$e $inout,$rndkey1
389 veor $inout,$inout,$rndkey0
[all …]
/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 DMakefile.inc7 inout.c \
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()
/freebsd/sys/dev/isp/
H A Dispmbox.h1242 } inout; member
1243 #define els_bytecnt inout.in._els_bytecnt
1244 #define els_subcode1 inout.in._els_subcode1
1245 #define els_subcode2 inout.in._els_subcode2
1246 #define els_reserved4 inout.in._els_reserved4
1247 #define els_recv_bytecnt inout.out._els_recv_bytecnt
1248 #define els_xmit_bytecnt inout.out._els_xmit_bytecnt
1250 #define els_xmit_dsd_a1500 inout.out._els_xmit_dsd_a1500
1251 #define els_xmit_dsd_a3116 inout.out._els_xmit_dsd_a3116
1252 #define els_xmit_dsd_a4732 inout.out._els_xmit_dsd_a4732
[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/usr.bin/dc/tests/
H A DMakefile4 ATF_TESTS_SH= inout
/freebsd/usr.bin/dc/
H A DMakefile6 SRCS= dc.c bcode.c inout.c mem.c stack.c
/freebsd/crypto/heimdal/lib/hdb/
H A Dmkey.c93 hdb_master_key *inout) in hdb_add_master_key() argument
99 for(p = *inout; p; p = p->next) in hdb_add_master_key()
105 p->next = *inout; in hdb_add_master_key()
106 *inout = p; in hdb_add_master_key()
/freebsd/crypto/openssh/
H A Dsession.c417 int inout[2], err[2]; in do_exec_no_pty() local
423 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) { in do_exec_no_pty()
429 close(inout[0]); in do_exec_no_pty()
430 close(inout[1]); in do_exec_no_pty()
449 close(inout[0]); in do_exec_no_pty()
450 close(inout[1]); in do_exec_no_pty()
492 close(inout[1]); in do_exec_no_pty()
494 if (dup2(inout[0], 0) == -1) /* stdin */ in do_exec_no_pty()
498 close(inout[0]); in do_exec_no_pty()
537 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/crypto/openssl/providers/implementations/kdfs/
H A Dscrypt.c291 static void salsa208_word_specification(uint32_t inout[16]) in salsa208_word_specification()
296 memcpy(x, inout, sizeof(x)); in salsa208_word_specification()
332 inout[i] += x[i]; in salsa208_word_specification()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.inc188 // [inout.ptr.t], class template inout_ptr_t
191 // [inout.ptr], function template inout_ptr
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c804 vmexit->u.inout.in = (info1 & BIT(0)) ? 1 : 0; in svm_handle_io()
805 vmexit->u.inout.string = inout_string; in svm_handle_io()
806 vmexit->u.inout.rep = (info1 & BIT(3)) ? 1 : 0; in svm_handle_io()
807 vmexit->u.inout.bytes = (info1 >> 4) & 0x7; in svm_handle_io()
808 vmexit->u.inout.port = (uint16_t)(info1 >> 16); in svm_handle_io()
809 vmexit->u.inout.eax = (uint32_t)(state->rax); in svm_handle_io()
817 vis->index = svm_inout_str_index(regs, vmexit->u.inout.in); in svm_handle_io()
818 vis->count = svm_inout_str_count(regs, vmexit->u.inout.rep); in svm_handle_io()
820 svm_inout_str_seginfo(vcpu, info1, vmexit->u.inout.in, vis); in svm_handle_io()
/freebsd/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c193 printf("\tdirection\t%s\n", vmexit->u.inout.in ? "IN" : "OUT"); in bhyvectl_dump_vm_run_exitcode()
194 printf("\tbytes\t\t%d\n", vmexit->u.inout.bytes); in bhyvectl_dump_vm_run_exitcode()
196 vmexit->u.inout.string ? "STRING " : "", in bhyvectl_dump_vm_run_exitcode()
197 vmexit->u.inout.rep ? "REP " : ""); in bhyvectl_dump_vm_run_exitcode()
198 printf("\tport\t\t0x%04x\n", vmexit->u.inout.port); in bhyvectl_dump_vm_run_exitcode()
199 printf("\teax\t\t0x%08x\n", vmexit->u.inout.eax); in bhyvectl_dump_vm_run_exitcode()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c264 SDT_PROBE_DEFINE3(vmm, vmx, exit, inout,
2635 vmexit->u.inout.bytes = (qual & 0x7) + 1; in vmx_exit_process()
2636 vmexit->u.inout.in = in = (qual & 0x8) ? 1 : 0; in vmx_exit_process()
2637 vmexit->u.inout.string = (qual & 0x10) ? 1 : 0; in vmx_exit_process()
2638 vmexit->u.inout.rep = (qual & 0x20) ? 1 : 0; in vmx_exit_process()
2639 vmexit->u.inout.port = (uint16_t)(qual >> 16); in vmx_exit_process()
2640 vmexit->u.inout.eax = (uint32_t)(vmxctx->guest_rax); in vmx_exit_process()
2641 if (vmexit->u.inout.string) { in vmx_exit_process()
2649 vis->count = inout_str_count(vcpu, vis->inout.rep); in vmx_exit_process()
2653 SDT_PROBE3(vmm, vmx, exit, inout, vmx, vcpuid, vmexit); in vmx_exit_process()

12