Home
last modified time | relevance | path

Searched refs:cop (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/tools/tools/crypto/
H A Dcryptotest.c252 struct crypt_op cop; in runtest() local
337 cop.len = size; in runtest()
343 cop.mac = 0; in runtest()
344 cop.iv = iv; in runtest()
358 cop.len = size; in runtest()
364 cop.mac = 0; in runtest()
365 cop.iv = iv; in runtest()
381 cop.op = 0; in runtest()
383 cop.len = size; in runtest()
385 cop.dst = 0; in runtest()
[all …]
H A Dcryptocheck.c498 memset(cop, 0, sizeof(*cop)); in ocf_init_cop()
523 cop.op = 0; in ocf_hash()
524 cop.len = size; in ocf_hash()
635 cop.op = 0; in ocf_hmac()
754 cop.op = op; in ocf_cipher()
758 cop.iv = iv; in ocf_cipher()
908 cop.op = op; in ocf_eta()
913 cop.iv = iv; in ocf_eta()
1117 cop.op = 0; in ocf_mac()
1120 cop.mac = tag; in ocf_mac()
[all …]
/freebsd-14.2/tests/sys/opencrypto/
H A Dblake2_test.c117 struct crypt_op cop; in do_cryptop() local
119 memset(&cop, 0, sizeof(cop)); in do_cryptop()
121 cop.ses = ses; in do_cryptop()
122 cop.len = inlen; in do_cryptop()
123 cop.src = katbuf; in do_cryptop()
124 cop.mac = out; in do_cryptop()
125 ATF_CHECK_MSG(ioctl(fd, CIOCCRYPT, &cop) >= 0, "ioctl(CIOCCRYPT)"); in do_cryptop()
H A Dcryptodev.py223 cop = CryptOp()
224 cop.ses = self._ses
225 cop.op = op
226 cop.flags = 0
230 cop.src = cop.dst = s.buffer_info()[0]
303 cop = CryptOp()
304 cop.ses = self._ses
305 cop.op = op
306 cop.flags = 0
307 cop.len = len(inp)
[all …]
H A Dpoly1305_test.c341 struct crypt_op cop; in do_cryptop() local
343 memset(&cop, 0, sizeof(cop)); in do_cryptop()
345 cop.ses = ses; in do_cryptop()
346 cop.len = inlen; in do_cryptop()
347 cop.src = inp; in do_cryptop()
348 cop.mac = out; in do_cryptop()
349 ATF_CHECK_MSG(ioctl(fd, CIOCCRYPT, &cop) >= 0, "ioctl(CIOCCRYPT)"); in do_cryptop()
/freebsd-14.2/sys/opencrypto/
H A Dcryptodev.c672 dst = cop->dst; in cryptodev_op()
676 error = copyin(cop->src, cod->buf, cop->len); in cryptodev_op()
689 switch (cop->op) { in cryptodev_op()
703 if (cop->len == 0 || in cryptodev_op()
704 (cop->iv == NULL && cop->len == cse->ivsize)) { in cryptodev_op()
709 switch (cop->op) { in cryptodev_op()
723 switch (cop->op) { in cryptodev_op()
745 switch (cop->op) { in cryptodev_op()
773 if (cop->iv) { in cryptodev_op()
838 if (cop->dst != NULL) { in cryptodev_op()
[all …]
/freebsd-14.2/contrib/lib9p/
H A Dgenacl.c247 int32_t pop, cop; in l9p_acl_check_access() local
301 pop = cop = opmask; in l9p_acl_check_access()
316 cop &= ~(L9P_ACE_DELETE_CHILD | L9P_ACE_LIST_DIRECTORY | in l9p_acl_check_access()
334 canswer = l9p_check_aces(cop, child, cstat, in l9p_acl_check_access()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5402 bits<4> cop;
5427 bits<4> cop;
5464 bits<4> cop;
5480 bits<4> cop;
5498 bits<4> cop;
5517 bits<4> cop;
5536 bits<4> cop;
5628 bits<4> cop;
5675 bits<4> cop;
5724 bits<4> cop;
[all …]
H A DARMInstrThumb2.td4397 bits<4> cop;
4414 bits<4> cop;
4433 bits<4> cop;
4452 bits<4> cop;
4618 bits<4> cop;
4625 let Inst{11-8} = cop;
4643 bits<4> cop;
4649 let Inst{11-8} = cop;
4739 bits<4> cop;
4746 let Inst{11-8} = cop;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1652 } else if (CompoundAssignOperator *cop in recreateSyntacticForm() local
1654 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS()); in recreateSyntacticForm()
1655 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1657 Context, lhs, rhs, cop->getOpcode(), cop->getType(), in recreateSyntacticForm()
1658 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(), in recreateSyntacticForm()
1659 CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
1660 cop->getComputationResultType()); in recreateSyntacticForm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp264 auto cop = [this, &Reg, &MI, &Inputs](unsigned N, in evaluate() local
752 return rr0(cop(2, W0/2).cat(cop(1, W0/2)), Outputs); in evaluate()
814 RegisterCell R2 = cop(2, W0); in evaluate()
815 RegisterCell R3 = cop(3, W0); in evaluate()
/freebsd-14.2/share/misc/
H A Diso639130 cop cop Coptic
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6194 unsigned cop = fieldFromInstruction(Val, 8, 4); in DecoderForMRRC2AndMCRR2() local
6198 if ((cop & ~0x1) == 0xa) in DecoderForMRRC2AndMCRR2()
6220 Inst.addOperand(MCOperand::createImm(cop)); in DecoderForMRRC2AndMCRR2()
/freebsd-14.2/share/dict/
H A Dweb2a18469 dummy cop
22506 fly cop
57629 speed cop
66122 traffic cop
H A Dweb242664 cop