Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_camellia.txt36 Operation = ENCRYPT
42 Operation = ENCRYPT
48 Operation = ENCRYPT
218 Operation = ENCRYPT
226 Operation = ENCRYPT
234 Operation = ENCRYPT
242 Operation = ENCRYPT
252 Operation = DECRYPT
260 Operation = DECRYPT
268 Operation = DECRYPT
[all …]
H A Devpciph_aes_wrap.txt52 Operation = DECRYPT
76 Operation = DECRYPT
82 Operation = DECRYPT
88 Operation = DECRYPT
94 Operation = DECRYPT
101 Operation = DECRYPT
108 Operation = DECRYPT
133 Operation = DECRYPT
139 Operation = DECRYPT
146 Operation = DECRYPT
[all …]
H A Devpciph_aes_common.txt20 Operation = ENCRYPT
28 Operation = ENCRYPT
37 Operation = ENCRYPT
239 Operation = ENCRYPT
247 Operation = ENCRYPT
255 Operation = ENCRYPT
263 Operation = ENCRYPT
272 Operation = DECRYPT
280 Operation = DECRYPT
288 Operation = DECRYPT
[all …]
H A Devpciph_aes_ccm_cavs.txt28 Operation = DECRYPT
38 Operation = DECRYPT
48 Operation = DECRYPT
66 Operation = DECRYPT
76 Operation = DECRYPT
86 Operation = DECRYPT
96 Operation = DECRYPT
106 Operation = DECRYPT
116 Operation = DECRYPT
150 Operation = DECRYPT
[all …]
H A Devpciph_seed.txt32 Operation = DECRYPT
39 Operation = DECRYPT
46 Operation = DECRYPT
53 Operation = DECRYPT
60 Operation = ENCRYPT
67 Operation = ENCRYPT
74 Operation = ENCRYPT
81 Operation = ENCRYPT
H A Devpciph_rc4_stitched.txt12 Operation = ENCRYPT
22 Operation = DECRYPT
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp22 typedef DWARFExpression::Operation Op;
141 bool DWARFExpression::Operation::extract(DataExtractor Data, in extract()
148 if (Desc.Version == Operation::DwarfNA) in extract()
155 unsigned Signed = Size & Operation::SignBit; in extract()
157 switch (Size & ~Operation::SignBit) { in extract()
158 case Operation::SizeSubOpLEB: in extract()
162 if (Desc.Version == Operation::DwarfNA) in extract()
164 assert(Desc.Op[Operand] == Operation::SizeSubOpLEB && in extract()
167 case Operation::Size1: in extract()
172 case Operation::Size2: in extract()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h525 OpType Operation; variable
532 : Label(L), Operation(Op), Loc(Loc), Values(V.begin(), V.end()), in Label()
538 : Label(L), Operation(Op), Loc(Loc) { in MCCFIInstruction()
544 : Label(L), Operation(Op), Loc(Loc) { in MCCFIInstruction()
550 : Label(L), Operation(Op), Loc(Loc) { in MCCFIInstruction()
680 OpType getOperation() const { return Operation; } in getOperation()
684 if (Operation == OpRegister) in getRegister()
686 if (Operation == OpLLVMDefAspaceCfa) in getRegister()
688 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
689 Operation == OpRestore || Operation == OpUndefined || in getRegister()
[all …]
H A DMCWinEH.h25 unsigned Operation; member
28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} in Instruction()
34 Operation == I.Operation;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td259 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
266 let Inst{25-21} = Operation.Value;
271 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
278 let Inst{25-21} = Operation.Value;
283 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst {
291 let Inst{20-16} = Operation.Value;
295 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst {
303 let Inst{20-19} = Operation.Value;
307 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst {
315 let Inst{20-18} = Operation.Value;
[all …]
H A DMipsEVAInstrFormats.td60 class SPECIAL3_EVA_LOAD_STORE_FM<OPCODE6 Operation> : MipsEVAInst {
73 let Inst{5-0} = Operation.Value;
76 class TLB_FM<OPCODE6 Operation> : MipsEVAInst {
82 let Inst{5-0} = Operation.Value;
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp328 ArchiveOperation Operation; in parseCommandLine() local
336 Operation = Delete; in parseCommandLine()
340 Operation = Move; in parseCommandLine()
344 Operation = Print; in parseCommandLine()
348 Operation = QuickAppend; in parseCommandLine()
352 Operation = ReplaceOrInsert; in parseCommandLine()
356 Operation = DisplayTable; in parseCommandLine()
360 Operation = Extract; in parseCommandLine()
443 Operation = CreateSymTab; in parseCommandLine()
457 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional260 template <class Operation>
262 : public unary_function<typename Operation::second_argument_type,
263 typename Operation::result_type>
266 Operation op;
267 typename Operation::first_argument_type value;
269 binder1st(const Operation& x, const typename Operation::first_argument_type y);
270 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons…
271 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons…
274 template <class Operation, class T>
275 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C+…
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et11 error_code FAILURE, "Operation failed for unspecified reason"
12 error_code AUTH_GET, "Operation requires `get' privilege"
13 error_code AUTH_ADD, "Operation requires `add' privilege"
14 error_code AUTH_MODIFY, "Operation requires `modify' privilege"
15 error_code AUTH_DELETE, "Operation requires `delete' privilege"
55 error_code AUTH_LIST, "Operation requires `list' privilege"
56 error_code AUTH_CHANGEPW, "Operation requires `change-password' privilege"
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h85 enum Operation { LessThan, GreaterThan }; enum
88 Operation Op;
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp28 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in CountOfUnwindCodes()
66 b2 = (inst.Operation & 0x0F); in EmitUnwindCode()
67 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode()
104 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode()
113 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode()
201 assert(frameInst.Operation == Win64EH::UOP_SetFPReg); in EmitUnwindInfo()
315 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in checkARM64Instructions()
343 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in ARM64CountOfUnwindCodes()
448 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in ARM64EmitUnwindCode()
625 int Op = inst.Operation in ARM64EmitUnwindCode()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h32 class Operation {
105 static bool verify(const Operation &Op, DWARFUnit *U);
115 const Operation> {
119 Operation Op;
136 const Operation &operator*() const { return Op; }
/freebsd/lib/libc/nls/
H A DC.msg8 1 Operation not permitted
44 19 Operation not supported by device
78 36 Operation now in progress
80 37 Operation already in progress
96 45 Operation not supported
126 60 Operation timed out
176 85 Operation canceled
H A Dde_DE.ISO8859-1.msg8 1 Operation nicht erlaubt
44 19 Die Operation wird von diesem Ger�t nicht unterst�tzt
78 36 Operation wird gerade ausgef�hrt
80 37 Operation wird bereits ausgef�hrt
96 45 Operation nicht unterst�tzt
176 85 Operation abgebrochen
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td18 // The operations are subclasses of Operation providing a list of DAGs, the
24 // The base Operation class. All operations must subclass this.
25 class Operation<list<dag> ops=[]> {
30 class Op<dag op> : Operation<[op]>;
31 // A shorter version of Operation - takes a list of DAGs. The last of these will
33 class LOp<list<dag> ops> : Operation<ops>;
178 def OP_NONE : Operation;
179 def OP_UNAVAILABLE : Operation {
263 class Inst <string n, string p, string t, Operation o> {
270 Operation Operation = o;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td18 // Following is a set of DXIL Operation classes whose names appear to be
20 // lowering to DXIL Operation calls. These class name strings are specified
237 // Abstraction DXIL Operation to LLVM intrinsic
239 int OpCode = 0; // Opcode of DXIL Operation
240 DXILOpClass OpClass = UnknownOpClass;// Class of DXIL Operation.
241 Intrinsic LLVMIntrinsic = ?; // LLVM Intrinsic DXIL Operation maps to
243 list<LLVMType> OpTypes = ?; // Valid types of DXIL Operation in the
250 int OpCode = opCode; // Opcode corresponding to DXIL Operation
251 DXILOpClass OpClass = opClass; // Class of DXIL Operation.
252 Intrinsic LLVMIntrinsic = intrinsic; // LLVM Intrinsic the DXIL Operation maps
[all …]
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot53 msgid "Operation not permitted"
125 msgid "Operation not supported by device"
202 msgid "Operation now in progress"
206 msgid "Operation already in progress"
243 msgid "Operation not supported"
307 msgid "Operation timed out"
419 msgid "Operation canceled"
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_hbd.h64 U8 Operation; /* 0x00 */ member
124 U8 Operation; /* 0x00 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_hbd.h70 U8 Operation; /* 0x00 */ member
132 U8 Operation; /* 0x00 */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTDX.td19 // SEAMCALL - Call to SEAM VMX-root Operation Module
22 // SEAMRET - Return to Legacy VMX-root Operation

123456