Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 269) sorted by relevance

1234567891011

/openbsd-src/regress/lib/libcrypto/CA/
H A DMakefile8 REGRESS_SETUP_ONCE += root.serial intermediate.serial
9 root.serial intermediate.serial:
12 REGRESS_SETUP_ONCE += root.txt intermediate.txt
13 root.txt intermediate.txt:
28 intermediate.key.pem: stamp-clean
30 openssl genrsa -out intermediate.key.pem 2048
32 intermediate.csr.pem: intermediate.cnf intermediate.key.pem
34 openssl req -batch -config ${.CURDIR}/intermediate.cnf -new -sha256 \
35 -key intermediate.key.pem -out intermediate.csr.pem
38 intermediate.cert.pem: root.cnf root.cert.pem intermediate.csr.pem \
[all …]
H A Dintermediate.cnf1 # $OpenBSD: intermediate.cnf,v 1.5 2023/09/26 21:17:03 tb Exp $
10 database = $dir/intermediate.txt
11 serial = $dir/intermediate.serial
15 private_key = $dir/intermediate.key.pem
16 certificate = $dir/intermediate.cert.pem
34 # The root CA should only sign intermediate certificates that match.
44 # Allow the intermediate CA to sign a more diverse range of certificates.
93 # Extensions for a typical intermediate CA (`man x509v3.cnf`).
H A Droot.cnf34 # The root CA should only sign intermediate certificates that match.
44 # Allow the intermediate CA to sign a more diverse range of certificates.
93 # Extensions for a typical intermediate CA (`man x509v3.cnf`).
/openbsd-src/regress/lib/libcrypto/certs/
H A DREADME5 intermediate certificates are contained in a bundle.pem file.
10 2a. A leaf certificate signed by an intermediate, which is signed
13 2b. Same as (2a), however the intermediate is missing which should
16 2c. Same as (2a), however the intermediate and root are in the intermediate
22 3b. Same as (3a) however the first intermediate is missing which should
25 3c. Same as (3a) however the second intermediate is missing which should
28 3d. Same as (3a) however the third intermediate is missing which should
34 4a. A leaf certificate signed by an intermediate, that is cross
42 4d. Same as (4a) but with one intermediate missing (should verify with one
45 4e. Same as (4d) but with the other intermediate missing (should verify
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dsoftquad25 # sqtroff intermediate language (replacement for ditroff int. lang.)
26 0 string X\ SoftQuad troff Context intermediate
33 # sqtroff intermediate language (replacement for ditroff int. lang.)
34 0 string X\ 495 SoftQuad troff Context intermediate for AT&T 495 laser printer
35 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet
36 0 string X\ impr SoftQuad troff Context intermediate for IMAGEN imPRESS
37 0 string X\ ps SoftQuad troff Context intermediate for PostScript
H A Dtroff20 # ditroff intermediate output text
/openbsd-src/regress/sbin/iked/live/
H A DMakefile117 if [ "$$intermediate" = true ]; then \
226 intermediate-from-ca-none.crt left-from-intermediate-from-ca-none.crt \
227 right-from-intermediate-from-ca-none.crt
297 intermediate-from-ca-none.crt intermediate-from-ca-none.key:
298 caname=ca-none name=intermediate; ${SETUP_INTERMEDIATE}
300 left-from-intermediate-from-ca-none.crt left.key: \
301 intermediate-from-ca-none.crt intermediate-from-ca-none.key
302 caname=intermediate-from-ca-none; name=left; ${SETUP_CERT}
304 right-from-intermediate-from-ca-none.crt right.key: \
305 intermediate-from-ca-none.crt intermediate-from-ca-none.key
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Drtti3.C8 class intermediate : public virtual base {
10 virtual ~intermediate() {} in ~intermediate()
15 class derived : public intermediate {
/openbsd-src/gnu/llvm/llvm/utils/
H A Dreduce_pipeline.py125 intermediate = 'intermediate-0.ll' if idx % 2 else 'intermediate-1.ll' variable
126 intermediate = tmpd.name + '/' + intermediate variable
128 args.opt_binary, '-disable-symbolication', '-S', '-o', intermediate,
137 '-passes={}'.format(pipeline.toStr(lstB)), intermediate
147 prevIntermediate = intermediate
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Di9xx_wm.c1201 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm() local
1208 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1210 intermediate->cxsr = false; in g4x_compute_intermediate_wm()
1211 intermediate->hpll_en = false; in g4x_compute_intermediate_wm()
1215 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1217 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1219 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1222 intermediate->wm.plane[plane_id] = in g4x_compute_intermediate_wm()
1226 drm_WARN_ON(&dev_priv->drm, intermediate->wm.plane[plane_id] > in g4x_compute_intermediate_wm()
1230 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020720-1.x3 # (2) The "abs(x) < 0.0" comparison is split up in too many intermediate
10 # combiner is able to see all intermediate instructions simultaneously
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dfrontends.texi56 @cindex intermediate C version, nonexistent
57 @cindex C intermediate output, nonexistent
59 code directly from your C++ program source. There is no intermediate C
62 source.) Avoiding an intermediate C representation of the program means
/openbsd-src/lib/libc/arch/sparc64/gen/
H A Dfixunsdfsi.S78 ! and add 2^63 again (sigh). Just hope the intermediate
122 ! and add 2^63 again (sigh). Just hope the intermediate
/openbsd-src/regress/usr.bin/mandoc/roff/nr/
H A Dint.out_ascii8 intermediate contents: 42 -1 2147483647
/openbsd-src/gnu/gcc/gcc/doc/
H A Dfrontends.texi55 @cindex intermediate C version, nonexistent
56 @cindex C intermediate output, nonexistent
/openbsd-src/gnu/usr.bin/perl/dist/base/
H A DChanges46 - An intermediate class with no fields messes up private fields
72 * Fixing inheritance when an intermediate class has no fields.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5283delta.pod33 regular expression engine could cause corruption of the intermediate language
42 optimize the intermediate language representation of a regular expression could
43 cause corruption of the intermediate language state of a compiled regular
H A Dperl5303delta.pod33 regular expression engine could cause corruption of the intermediate language
42 optimize the intermediate language representation of a regular expression could
43 cause corruption of the intermediate language state of a compiled regular
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml9 * This interface provides an OCaml API for the LLVM intermediate
/openbsd-src/gnu/llvm/llvm/docs/
H A DPointerAuth.md163 operation, without exposing the intermediate raw pointer.
232 However, that exposes the intermediate, unauthenticated pointer, e.g., if it
236 the intermediate call target is kept in a register and never stored to memory.
302 the intermediate raw pointer value is not spilled and attackable.
/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A Dapple-install-libcxx.sh27 contain intermediate build products.
/openbsd-src/gnu/llvm/clang/docs/
H A DToolchain.rst44 builds a source-level intermediate representation ("AST"), producing a
52 * **IR generation**: This converts the source-level intermediate representation
53 into an optimizer-specific intermediate representation (IR); for Clang, this
59 * **Compiler backend**: This converts the intermediate representation
72 fused together to avoid creating intermediate files.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-link.rst35 Write output in LLVM intermediate language (instead of bitcode).
/openbsd-src/gnu/llvm/llvm/utils/docker/
H A Dbuild_docker_image.sh57 mydocker/debian10-clang-build:latest - an intermediate image used to compile
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake389 set(intermediate ${ARGN}) variable
390 foreach(_file ${intermediate})
394 list(REMOVE_ITEM intermediate ${_file})
398 filter_builtin_sources(intermediate ${name})
399 set(${output_var} ${intermediate} PARENT_SCOPE)

1234567891011