Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 24 of 24) sorted by relevance

/openssl/crypto/rand/
H A Drandfile.c41 # define stat _stat macro
98 struct stat sb; in RAND_load_file()
188 struct stat sb; in RAND_write_file()
190 if (stat(file, &sb) >= 0 && !S_ISREG(sb.st_mode)) { in RAND_write_file()
/openssl/fuzz/
H A Dtest-corpus.c39 struct stat st; in testfile()
44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode)) in testfile()
/openssl/test/
H A Dprov_config_test.c76 struct stat sbuf; in test_path_config()
91 rc = stat(full_path, &sbuf); in test_path_config()
H A Dtiming_load_creds.c101 struct stat sb; in main()
142 if (stat(av[0], &sb) < 0) { in main()
/openssl/crypto/x509/
H A Dby_dir.c323 # define stat _stat in get_cert_by_subject_ex() macro
326 struct stat st; in get_cert_by_subject_ex()
327 if (stat(b->data, &st) < 0) in get_cert_by_subject_ex()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c38 # define stat _stat macro
197 struct stat st; in file_open()
263 if (stat(path_data[i].path, &st) < 0) { in file_open()
/openssl/
H A Dconfigdata.pm.in180 my $configuration_h_mtime = (stat($configuration_h))[9];
181 my $configuration_h_in_mtime = (stat($configuration_h_in))[9];
H A DCHANGES.md18018 by stat(). RAND_load_file(..., -1) is new and uses the complete file
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c510 struct stat st; in check_random_device()
525 struct stat st; in get_random_device()
/openssl/crypto/conf/
H A Dconf_def.c31 # define stat _stat macro
809 struct stat st; in process_include()
812 if (stat(include, &st) < 0) { in process_include()
/openssl/doc/man3/
H A DBIO_get_data.pod46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
/openssl/apps/
H A Drehash.c56 # define lstat(path, buf) stat(path, buf)
354 struct stat st; in do_dir()
H A Dpkeyutl.c440 struct stat st; in pkeyutl_main()
442 if (stat(infile, &st) == 0 && st.st_size <= INT_MAX) in pkeyutl_main()
H A Docsp.c887 struct stat sb; in index_changed()
889 if (rdb != NULL && stat(rdb->dbfname, &sb) != -1) { in index_changed()
H A Ds_server.c3538 struct stat st; in www_body()
/openssl/util/
H A Dcheck-format-test-negatives.c58 static int stat; in f() local
/openssl/ssl/
H A Dssl_cert.c32 # define stat _stat macro
945 struct stat st; in SSL_add_dir_cert_subjects_to_stack()
963 if (!stat(buf, &st) && S_ISDIR(st.st_mode)) in SSL_add_dir_cert_subjects_to_stack()
H A Dssl_lib.c3054 static int ssl_tsan_load(SSL_CTX *ctx, TSAN_QUALIFIER int *stat) in ssl_tsan_load() argument
3059 res = tsan_load(stat); in ssl_tsan_load()
4688 TSAN_QUALIFIER int *stat; in ssl_update_cache() local
4691 stat = &s->session_ctx->stats.sess_connect_good; in ssl_update_cache()
4693 stat = &s->session_ctx->stats.sess_accept_good; in ssl_update_cache()
4694 if ((ssl_tsan_load(s->session_ctx, stat) & 0xff) == 0xff) in ssl_update_cache()
H A Dssl_local.h3002 TSAN_QUALIFIER int *stat) in ssl_tsan_counter() argument
3005 tsan_counter(stat); in ssl_tsan_counter()
/openssl/apps/lib/
H A Dopt.c1270 struct stat st; in opt_isdir()
1272 if (stat(name, &st) == 0) in opt_isdir()
H A Dapps.c1711 struct stat dbst; in load_index()
/openssl/apps/include/
H A Dapps.h223 struct stat dbst;
/openssl/engines/
H A De_loader_attic.c949 struct stat st; in file_open_ex()
1010 if (stat(path_data[i].path, &st) < 0) { in file_open_ex()
/openssl/ssl/statem/
H A Dextensions.c969 TSAN_QUALIFIER int *stat) in ssl_tsan_decr() argument
972 tsan_decr(stat); in ssl_tsan_decr()

Completed in 210 milliseconds