Home
last modified time | relevance | path

Searched refs:DER (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D66.key25 DER+bvVKk+o+L14WRCYO5isWM+pl8A62GFd9QbEWDpfz4evi8vMxpmOyttcy0M2w
/openbsd-src/lib/libssl/doc/
H A Dopenssl.cnf253 # DER hex encoding of an extension: beware experts only!
254 # obj=DER:02:03
257 # basicConstraints= critical, DER:30:03:01:01:FF
H A Dopenssl.txt171 It is also possible to use the word DER to include arbitrary data in any
174 1.2.3.4=critical,DER:01:02:03:04
175 1.2.3.4=DER:01020304
177 The value following DER is a hex dump of the DER encoding of the extension
181 basicConstraints=critical,DER:00:01:02:03
183 WARNING: DER should be used with caution. It is possible to create totally
819 d2i is the standard ASN1 function that converts a DER buffer into
823 structure into the DER representation: for example
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp721 DirectiveEvalResult DER = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock() local
725 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock()
729 Tok.getLocation(), DER.ExprRange, in SkipExcludedConditionalBlock()
3300 const DirectiveEvalResult DER = EvaluateDirectiveExpression(IfNDefMacro); in HandleIfDirective() local
3301 const bool ConditionalTrue = DER.Conditional; in HandleIfDirective()
3319 IfToken.getLocation(), DER.ExprRange, in HandleIfDirective()
3326 if (PPOpts->SingleFileParseMode && DER.IncludedUndefinedIds) { in HandleIfDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td220 def DER : BinaryRR <"der", 0x3D, null_frag, FP32, FP32>;
H A DSystemZScheduleZ16.td1068 def : InstRW<[WLat20, VecFPd20, NormalGr], (instregex "DER$")>;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.md2655 return \"DER %0,%2\";
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19971012 (bdm_ppc_open): after calling ocd_open, modify DER
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog6128 - Fixup DER encoded DSA signatures for libnettle.
11271 - do not convert to DER for DSA signature verification.