Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/openbsd-src/regress/lib/libcrypto/certs/
H A DREADME8 intermediates (should verify).
11 by a root certificate (should verify).
17 bundle, (should verify)
20 which is signed by a root certificate (should verify).
32 (should verify).
35 signed by two root certificates (should verify with two chains).
37 4b. Same as (4a) but with one root missing (should verify with one chain).
39 4c. Same as (4b) but with the other root missing (should verify with one
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 …]
H A DMakefile13 REGRESS_TARGETS=regress-go-verify
18 regress-go-verify:
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dsimd-2.c19 verify (int a1, int a2, int a3, int a4, in verify() function
35 verify (res.i[0], res.i[1], res.i[2], res.i[3], 160, 113, 170, 230); in main()
40 verify (res.i[0], res.i[1], res.i[2], res.i[3], 1500, 1300, 3000, 6000); in main()
45 verify (res.i[0], res.i[1], res.i[2], res.i[3], 15, 7, 7, 6); in main()
50 verify (res.i[0], res.i[1], res.i[2], res.i[3], 2, 4, 20, 8); in main()
55 verify (res.i[0], res.i[1], res.i[2], res.i[3], 158, 109, 150, 222); in main()
60 verify (res.i[0], res.i[1], res.i[2], res.i[3], 156, 105, 130, 214); in main()
64 verify (res.i[0], res.i[1], res.i[2], res.i[3], in main()
69 verify (res.i[0], res.i[1], res.i[2], res.i[3], -151, -101, -151, -201); in main()
H A Dsimd-1.c21 verify (siint a1, siint a2, siint a3, siint a4, in verify() function
37 verify (res.i[0], res.i[1], res.i[2], res.i[3], 160, 113, 170, 230); in main()
42 verify (res.i[0], res.i[1], res.i[2], res.i[3], 1500, 1300, 3000, 6000); in main()
47 verify (res.i[0], res.i[1], res.i[2], res.i[3], 15, 7, 7, 6); in main()
52 verify (res.i[0], res.i[1], res.i[2], res.i[3], 2, 4, 20, 8); in main()
57 verify (res.i[0], res.i[1], res.i[2], res.i[3], 158, 109, 150, 222); in main()
62 verify (res.i[0], res.i[1], res.i[2], res.i[3], 156, 105, 130, 214); in main()
66 verify (res.i[0], res.i[1], res.i[2], res.i[3], in main()
71 verify (res.i[0], res.i[1], res.i[2], res.i[3], -151, -101, -151, -201); in main()
/openbsd-src/regress/usr.bin/ssh/
H A Dsshsig.sh70 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
79 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
87 ${SSHKEYGEN} -q -Y verify -s $sigfile -n $sig_namespace \
99 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
107 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
115 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
123 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
131 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n COWS_COWS_COWS \
140 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
151 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dcharnames.t943 …ok( ! defined charnames::vianame("mychar2"), "Inner block: verify that vianame(mychar2) outer defi…
945 is("\N{myprivate1}", "\x{E8001}", "Inner block: verify that \\N{myprivate1} is redefined ");
946 …cmp_ok(charnames::vianame("myprivate1"), "==", 0xE8001, "Inner block: verify that vianame(myprivat…
947 …is(charnames::string_vianame("myprivate1"), chr(0xE8001), "Inner block: verify that string_vianame…
948 …is(charnames::viacode(0xE8001), "myprivate1", "Inner block: verify that myprivate1 viacode is rede…
949 …ok(! defined charnames::viacode(0xE8000), "Inner block: verify that outer myprivate1 viacode didn'…
952 …ok(! defined charnames::vianame("myprivate2"), "Inner block: verify that vianame(myprivate2) outer…
954 …ok(! defined charnames::viacode(0x100000), "Inner block: verify that myprivate2 viacode outer defi…
960 …ok(! defined charnames::vianame("Hiragana: BE"), "Inner block without :short: verify that vianame …
966 …like($@, qr/Unknown charname 'mychar1'/, "Inner inner block: verify that mychar1 outer definition …
[all …]
/openbsd-src/regress/usr.bin/openssl/x509/
H A DMakefile34 REGRESS_TARGETS += test-verify-unusual-wildcard-cert
35 REGRESS_TARGETS += test-openssl-verify-common-wildcard-cert
47 test-verify-unusual-wildcard-cert:
49 ${OPENSSL} verify -CAfile caR.pem server-unusual-wildcard.pem \
52 test-openssl-verify-common-wildcard-cert:
54 ${OPENSSL} verify -CAfile caR.pem server-common-wildcard.pem \
59 ${OPENSSL} verify -verbose -trusted caR.pem -untrusted chainSX.pem \
/openbsd-src/regress/lib/libcrypto/x509/bettertls/
H A DMakefile3 PROGS = verify
18 bettertls-test: bettertls-verify
21 bettertls-verify: verify
22 ./verify ${.CURDIR}/certificates > test.out
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp50 bool verify) { in DefaultComputeClangResourceDirectory() argument
70 if (!verify || VerifyClangPath(clang_dir)) { in DefaultComputeClangResourceDirectory()
74 clang_dir.str(), verify ? "true" : "false"); in DefaultComputeClangResourceDirectory()
85 FileSpec &file_spec, bool verify) { in ComputeClangResourceDirectory() argument
88 verify); in ComputeClangResourceDirectory()
105 verify); in ComputeClangResourceDirectory()
121 if (!verify || VerifyClangPath(clang_path)) { in ComputeClangResourceDirectory()
136 if (!verify || VerifyClangPath(clang_path)) { in ComputeClangResourceDirectory()
/openbsd-src/regress/lib/libcrypto/CA/
H A DMakefile45 REGRESS_TARGETS += run-verify-intermediate
47 run-verify-intermediate: root.cert.pem intermediate.cert.pem
49 openssl verify -CAfile root.cert.pem intermediate.cert.pem
90 REGRESS_TARGETS += run-verify-server
92 run-verify-server: chain.pem server.cert.pem
94 openssl verify -purpose sslserver -CAfile chain.pem server.cert.pem
96 REGRESS_TARGETS += run-verify-client
98 run-verify-client: chain.pem client.cert.pem
100 openssl verify -purpose sslclient -CAfile chain.pem client.cert.pem
/openbsd-src/regress/lib/libssl/interop/cert/
H A DMakefile21 .for cv in noverify verify
22 .for sv in noverify verify certverify
25 .if (("${cv}" == verify && "${cca}" == ca && "${scert}" == cert) || \
27 (("${sv}" == verify && "${ccert}" == nocert) || \
28 ("${sv}" == verify && "${sca}" == ca && "${ccert}" == cert) || \
53 ${sv:S/^noverify//:S/^verify/-v/:S/^certverify/-vv/} \
60 ${cv:S/^noverify//:S/^verify/-v/} \
67 ("${cv}" == verify && "${scert}" != cert)
68 grep '^verify: fail' ${@:S/^run/client/}.out ${@:S/^run/server/}.out
/openbsd-src/lib/libcrypto/ui/
H A Dui_util.c
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/examples/
H A Dparam-subst.txt9 ; DEFINE: %clang_cc1 -verify -fopenmp -fopenmp-version=51 %{cflags} \
17 ; CHECK: %clang_cc1 -verify -fopenmp -fopenmp-version=51 -triple x86_64-apple-darwin10.6.0 -fopenmp…
22 ; CHECK: %clang_cc1 -verify -fopenmp -fopenmp-version=51 -triple x86_64-unknown-linux-gnu -fopenmp-…
27 ; CHECK: %clang_cc1 -verify -fopenmp -fopenmp-version=51 -triple x86_64-apple-darwin10.6.0 -emit-ll…
32 ; CHECK: %clang_cc1 -verify -fopenmp -fopenmp-version=51 -triple x86_64-unknown-linux-gnu -emit-llv…
/openbsd-src/regress/lib/libcrypto/x509/
H A DMakefile3 PROGS = constraints verify x509attribute x509name x509req_ext callback
27 run-regress-verify: verify
29 ./verify ${.CURDIR}/../certs
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/
H A DCMakeLists.txt13 add_llvm_tool(llvm-cfi-verify
14 llvm-cfi-verify.cpp
18 target_link_libraries(llvm-cfi-verify PRIVATE LLVMCFIVerify)
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp240 void LazyCallGraph::SCC::verify() { in verify() function in LazyCallGraph::SCC
332 void LazyCallGraph::RefSCC::verify() { in verify() function in LazyCallGraph::RefSCC
340 C->verify(); in verify()
583 verify(); in switchInternalEdgeToCall()
584 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in switchInternalEdgeToCall()
615 verify(); in switchInternalEdgeToCall()
641 verify(); in switchInternalEdgeToCall()
689 verify(); in switchInternalEdgeToCall()
728 verify(); in switchTrivialInternalEdgeToRef()
729 auto VerifyOnExit = make_scope_exit([&]() { verify(); }); in switchTrivialInternalEdgeToRef()
[all …]
/openbsd-src/lib/libcrypto/evp/
H A Devp_key.c94 EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string() argument
96 return EVP_read_pw_string_min(buf, 0, len, prompt, verify); in EVP_read_pw_string()
102 int verify) in EVP_read_pw_string_min() argument
121 if (verify) { in EVP_read_pw_string_min()
/openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/
H A DCMakeLists.txt10 add_llvm_tool(verify-uselistorder
11 verify-uselistorder.cpp
/openbsd-src/lib/libssl/test/
H A Dtesttsa128 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -queryfile $1 -in $2 -CAfile tsaca.pem \
131 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -data $3 -in $2 -CAfile tsaca.pem \
141 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -queryfile $1 -in $2.token -token_in \
144 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -data $3 -in $2.token -token_in \
151 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -queryfile $1 -in $2 -CAfile tsaca.pem \
/openbsd-src/lib/libcrypto/
H A Dformat-pem.pl100 my $verify = qx/openssl verify -CAfile $t $t 2>&1/;
101 if (not $verify =~ /^$t: OK$/) {
102 print STDERR "ERROR: '$subj' cannot be verified with libressl\n---\n$verify---\n";
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/verify-uselistorder/
H A DBUILD.gn1 executable("verify-uselistorder") {
10 sources = [ "verify-uselistorder.cpp" ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cfi-verify/
H A DBUILD.gn1 executable("llvm-cfi-verify") {
14 sources = [ "llvm-cfi-verify.cpp" ]
/openbsd-src/lib/libcrypto/ec/
H A Dec_kmeth.c
/openbsd-src/regress/lib/libssl/interop/
H A Dserver.c51 int ch, error, listciphers = 0, sessionreuse = 0, verify = 0; in main() local
96 verify++; in main()
205 verify == 0 ? SSL_VERIFY_NONE : in main()
206 verify == 1 ? SSL_VERIFY_PEER : in main()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dvmsconf.sh100 $!'f$verify(0)'
127 $bail: exit $status + 0*f$verify(v) !'f$verify(0)'

12345678910>>...20