Home
last modified time | relevance | path

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

/openssl-master/crypto/rand/
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-master/fuzz/
A Dtest-corpus.c39 struct stat st; in testfile()
44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode)) in testfile()
/openssl-master/crypto/x509/
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-master/providers/implementations/storemgmt/
A Dfile_store.c39 # define stat _stat macro
200 struct stat st; in file_open()
268 if (stat(path_data[i].path, &st) < 0) { in file_open()
/openssl-master/crypto/conf/
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-master/doc/man3/
A DBIO_get_data.pod46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c514 struct stat st; in check_random_device()
529 struct stat st; in get_random_device()
/openssl-master/apps/
A Drehash.c58 # define lstat(path, buf) stat(path, buf)
345 struct stat st; in do_dir()
A Dpkeyutl.c394 struct stat st; in pkeyutl_main()
396 if (stat(infile, &st) == 0 && st.st_size <= INT_MAX) in pkeyutl_main()
A Docsp.c885 struct stat sb; in index_changed()
887 if (rdb != NULL && stat(rdb->dbfname, &sb) != -1) { in index_changed()
A Ds_server.c3315 struct stat st; in www_body()
/openssl-master/apps/lib/
A Dopt.c1188 struct stat st; in opt_isdir()
1190 if (stat(name, &st) == 0) in opt_isdir()
A Dapps.c1621 struct stat dbst; in load_index()
/openssl-master/engines/
A De_loader_attic.c46 # define stat _stat in DEFINE_STACK_OF() macro
954 struct stat st; in file_open_ex()
1017 if (stat(path_data[i].path, &st) < 0) { in file_open_ex()
/openssl-master/apps/include/
A Dapps.h216 struct stat dbst;
/openssl-master/ssl/
A Dssl_lib.c3733 TSAN_QUALIFIER int *stat; in ssl_update_cache() local
3735 stat = &s->session_ctx->stats.sess_connect_good; in ssl_update_cache()
3737 stat = &s->session_ctx->stats.sess_accept_good; in ssl_update_cache()
3738 if ((tsan_load(stat) & 0xff) == 0xff) in ssl_update_cache()
/openssl-master/
A DCHANGES.md16079 by stat(). RAND_load_file(..., -1) is new and uses the complete file

Completed in 69 milliseconds