Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drandfile.c40 # define stat _stat macro
97 struct stat sb; in RAND_load_file()
187 struct stat sb; in RAND_write_file()
189 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 Dtiming_load_creds.c85 struct stat sb; in main()
126 if (stat(av[0], &sb) < 0) { in main()
/openssl/crypto/x509/
H A Dby_dir.c327 # define stat _stat in get_cert_by_subject_ex() macro
330 struct stat st; in get_cert_by_subject_ex()
331 if (stat(b->data, &st) < 0) in get_cert_by_subject_ex()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c37 # define stat _stat macro
198 struct stat st; in file_open()
264 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.md16476 by stat(). RAND_load_file(..., -1) is new and uses the complete file
/openssl/crypto/conf/
H A Dconf_def.c31 # define stat _stat macro
801 struct stat st; in process_include()
804 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/util/
H A Dcheck-format-test-negatives.c47 static int stat; in f() local
/openssl/apps/
H A Drehash.c58 # define lstat(path, buf) stat(path, buf)
351 struct stat st; in do_dir()
H A Dpkeyutl.c393 struct stat st; in pkeyutl_main()
395 if (stat(infile, &st) == 0 && st.st_size <= INT_MAX) in pkeyutl_main()
H A Docsp.c889 struct stat sb; in index_changed()
891 if (rdb != NULL && stat(rdb->dbfname, &sb) != -1) { in index_changed()
H A Ds_server.c3415 struct stat st; in www_body()
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c513 struct stat st; in check_random_device()
528 struct stat st; in get_random_device()
/openssl/apps/lib/
H A Dopt.c1247 struct stat st; in opt_isdir()
1249 if (stat(name, &st) == 0) in opt_isdir()
H A Dapps.c1605 struct stat dbst; in load_index()
/openssl/apps/include/
H A Dapps.h220 struct stat dbst;
/openssl/ssl/statem/
H A Dextensions.c913 TSAN_QUALIFIER int *stat) in ssl_tsan_decr() argument
916 tsan_decr(stat); in ssl_tsan_decr()
/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/
H A Dssl_lib.c2863 static int ssl_tsan_load(SSL_CTX *ctx, TSAN_QUALIFIER int *stat) in ssl_tsan_load() argument
2868 res = tsan_load(stat); in ssl_tsan_load()
4251 TSAN_QUALIFIER int *stat; in ssl_update_cache() local
4254 stat = &s->session_ctx->stats.sess_connect_good; in ssl_update_cache()
4256 stat = &s->session_ctx->stats.sess_accept_good; in ssl_update_cache()
4257 if ((ssl_tsan_load(s->session_ctx, stat) & 0xff) == 0xff) in ssl_update_cache()
H A Dssl_local.h2963 TSAN_QUALIFIER int *stat) in ssl_tsan_counter() argument
2966 tsan_counter(stat); in ssl_tsan_counter()

Completed in 190 milliseconds