Searched refs:stat (Results 1 – 17 of 17) sorted by relevance
/openssl-master/crypto/rand/ |
A D | randfile.c | 40 # 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 D | test-corpus.c | 39 struct stat st; in testfile() 44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode)) in testfile()
|
/openssl-master/crypto/x509/ |
A D | by_dir.c | 327 # 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 D | file_store.c | 39 # 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 D | conf_def.c | 31 # 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 D | BIO_get_data.pod | 46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
|
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_unix.c | 514 struct stat st; in check_random_device() 529 struct stat st; in get_random_device()
|
/openssl-master/apps/ |
A D | rehash.c | 58 # define lstat(path, buf) stat(path, buf) 345 struct stat st; in do_dir()
|
A D | pkeyutl.c | 394 struct stat st; in pkeyutl_main() 396 if (stat(infile, &st) == 0 && st.st_size <= INT_MAX) in pkeyutl_main()
|
A D | ocsp.c | 885 struct stat sb; in index_changed() 887 if (rdb != NULL && stat(rdb->dbfname, &sb) != -1) { in index_changed()
|
A D | s_server.c | 3315 struct stat st; in www_body()
|
/openssl-master/apps/lib/ |
A D | opt.c | 1188 struct stat st; in opt_isdir() 1190 if (stat(name, &st) == 0) in opt_isdir()
|
A D | apps.c | 1621 struct stat dbst; in load_index()
|
/openssl-master/engines/ |
A D | e_loader_attic.c | 46 # 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 D | apps.h | 216 struct stat dbst;
|
/openssl-master/ssl/ |
A D | ssl_lib.c | 3733 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 D | CHANGES.md | 16079 by stat(). RAND_load_file(..., -1) is new and uses the complete file
|
Completed in 69 milliseconds