Searched refs:verify (Results 1 - 25 of 257) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_compat_lz4.c43 verify(const char *name, const char *n[]) function
94 verify("test_compat_lz4_1.tar.lz4.uu", n);
97 verify("test_compat_lz4_2.tar.lz4.uu", n);
99 verify("test_compat_lz4_3.tar.lz4.uu", n);
101 verify("test_compat_lz4_B4.tar.lz4.uu", n2);
103 verify("test_compat_lz4_B5.tar.lz4.uu", n2);
105 verify("test_compat_lz4_B6.tar.lz4.uu", n2);
107 verify("test_compat_lz4_B7.tar.lz4.uu", n2);
109 verify("test_compat_lz4_B4BD.tar.lz4.uu", n2);
111 verify("test_compat_lz4_B5B
[all...]
H A Dtest_compat_gzip.c42 verify(const char *name) function
91 verify("test_compat_gzip_1.tgz");
94 verify("test_compat_gzip_2.tgz");
H A Dtest_read_format_zip_comment_stored.c33 verify(const char *refname) function
72 verify("test_read_format_zip_comment_stored_1.zip");
73 verify("test_read_format_zip_comment_stored_2.zip");
H A Dtest_read_format_zip_extra_padding.c51 static void verify(struct archive *a) { function
78 verify(a);
88 verify(a);
H A Dtest_write_format_iso9660_filename.c141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) function
336 verify(buff, used, ROCKRIDGE, &fns);
342 verify(buff, used, JOLIET, &fns);
350 verify(buff, used, ISO9660, &fns);
362 verify(buff, used, ROCKRIDGE, &fns);
368 verify(buff, used, JOLIET, &fns);
376 verify(buff, used, ISO9660, &fns);
388 verify(buff, used, ROCKRIDGE, &fns);
394 verify(buff, used, JOLIET, &fns);
402 verify(buf
[all...]
H A Dtest_read_format_zip_7075_utf8_paths.c33 verify(struct archive *a) { function
88 verify(a);
98 verify(a);
H A Dtest_read_format_lha.c136 verify(const char *refname, int posix) function
277 verify("test_read_format_lha_header0.lzh", 1);
279 verify("test_read_format_lha_header1.lzh", 1);
281 verify("test_read_format_lha_header2.lzh", 1);
284 verify("test_read_format_lha_header3.lzh", 0);
286 verify("test_read_format_lha_lh6.lzh", 1);
288 verify("test_read_format_lha_lh7.lzh", 1);
290 verify("test_read_format_lha_lh0.lzh", 1);
292 verify("test_read_format_lha_withjunk.lzh", 1);
H A Dtest_read_format_tar.c30 * corresponding verify function verifies the entry structure returned
426 static void verify(unsigned char *d, size_t s, function
458 verify(archive1, sizeof(archive1), verify1,
460 verify(archive2, sizeof(archive2), verify2,
462 verify(archive3, sizeof(archive3), verify3,
464 verify(archive4, sizeof(archive4), verify4,
466 verify(archive5, sizeof(archive5), verify5,
468 verify(archive6, sizeof(archive6), verify6,
470 verify(archiveK, sizeof(archiveK), verifyK,
472 verify(archivex
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.h17 FileSpec &file_spec, bool verify);
H A DClangHost.cpp44 /// If verify is true, the first candidate resource directory will be returned.
49 bool verify) {
69 if (!verify || VerifyClangPath(clang_dir)) {
72 "to \"%s\", verify = %s",
73 clang_dir.str().str().c_str(), verify ? "true" : "false");
84 FileSpec &file_spec, bool verify) {
87 verify);
104 verify);
120 if (!verify || VerifyClangPath(clang_path)) {
135 if (!verify || VerifyClangPat
47 DefaultComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, FileSpec &file_spec, bool verify) argument
83 ComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, FileSpec &file_spec, bool verify) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_common.c182 * verify key usage (must allow encryption)
206 int tls_verify_hash_init(struct tls_verify_hash *verify) argument
208 tls_verify_hash_free(verify);
209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
215 if (verify
238 tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf, size_t len) argument
264 tls_verify_hash_free(struct tls_verify_hash *verify) argument
[all...]
/freebsd-12-stable/contrib/diff/lib/
H A Dstrtoimax.c33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
68 verify (size_is_that_of_long_or_long_long,
75 verify (size_is_that_of_long,
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Decdsa_vrf.c38 if (eckey->meth->verify != NULL)
39 return eckey->meth->verify(type, dgst, dgst_len, sigbuf, sig_len,
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dread_password.c73 local_des_read_pw_string(s,max,prompt,verify)
77 int verify;
112 if (verify) {
142 if (verify)
/freebsd-12-stable/contrib/dtc/scripts/
H A Dsetlocalversion12 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dtest_chain.in51 ${hxtool} verify --missing-revoke \
58 ${hxtool} verify --missing-revoke \
64 ${hxtool} verify --missing-revoke \
69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
82 ${hxtool} verify --missing-revoke \
87 ${hxtool} verify --missing-revoke \
94 ${hxtool} verify --missing-revoke \
101 ${hxtool} verify --missing-revoke \
107 ${hxtool} verify
[all...]
H A Dtest_nist.in63 while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
99 if ${hxtool} verify --time=2008-05-20 $args > /dev/null; then
100 if test "$verify" = "f"; then
101 echo "verify passed on fail: $id $cert"
105 if test "$verify" = "p"; then
106 echo "verify failed on pass: $id $cert"
H A Dtest_ca.in64 echo "verify certificate"
65 ${hxtool} verify --missing-revoke \
74 echo "verify certificate (with CRL)"
75 ${hxtool} verify \
86 echo "verify certificate (included in CRL)"
87 ${hxtool} verify \
99 echo "verify certificate (included in CRL, and lifetime 1 month)"
100 ${hxtool} verify \
150 echo "verify certificate hostname (ok)"
151 ${hxtool} verify
[all...]
H A Dtest_cert.in68 echo "verify n0ll cert (fail)"
69 ${hxtool} verify --missing-revoke \
74 echo "verify n0ll cert (fail)"
75 ${hxtool} verify --missing-revoke \
80 ${hxtool} verify --missing-revoke \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmemattr.h64 to verify that the write was successful. */
65 int verify; member in struct:mem_attrib
/freebsd-12-stable/contrib/opie/
H A Dopiekey.c107 char verify[OPIE_SECRET_MAX + 1]; local
110 if (!opiereadpass(verify, OPIE_SECRET_MAX, 0)) {
112 memset(verify, 0, sizeof(verify));
116 if (verify[0] && strcmp(verify, secret)) {
118 memset(verify, 0, sizeof(verify));
122 memset(verify, 0, sizeof(verify));
[all...]
/freebsd-12-stable/contrib/mtree/
H A DMakefile11 verify.c getid.c pack_dev.c only.c
/freebsd-12-stable/sys/dev/ioat/
H A Dioat_test.h73 bool verify; member in struct:ioat_test
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Devp_key.c43 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) argument
45 return EVP_read_pw_string_min(buf, 0, len, prompt, verify);
49 int verify)
62 || (verify
48 EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, int verify) argument
/freebsd-12-stable/usr.sbin/fmtree/
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c

Completed in 128 milliseconds

1234567891011