/openssl/crypto/rand/ |
H A D | randfile.c | 41 # 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 D | test-corpus.c | 39 struct stat st; in testfile() 44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode)) in testfile()
|
/openssl/test/ |
H A D | prov_config_test.c | 76 struct stat sbuf; in test_path_config() 91 rc = stat(full_path, &sbuf); in test_path_config()
|
H A D | timing_load_creds.c | 101 struct stat sb; in main() 142 if (stat(av[0], &sb) < 0) { in main()
|
/openssl/crypto/x509/ |
H A D | by_dir.c | 323 # 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 D | file_store.c | 38 # 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 D | configdata.pm.in | 180 my $configuration_h_mtime = (stat($configuration_h))[9]; 181 my $configuration_h_in_mtime = (stat($configuration_h_in))[9];
|
H A D | CHANGES.md | 18018 by stat(). RAND_load_file(..., -1) is new and uses the complete file
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 510 struct stat st; in check_random_device() 525 struct stat st; in get_random_device()
|
/openssl/crypto/conf/ |
H A D | conf_def.c | 31 # 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 D | BIO_get_data.pod | 46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
|
/openssl/apps/ |
H A D | rehash.c | 56 # define lstat(path, buf) stat(path, buf) 354 struct stat st; in do_dir()
|
H A D | pkeyutl.c | 440 struct stat st; in pkeyutl_main() 442 if (stat(infile, &st) == 0 && st.st_size <= INT_MAX) in pkeyutl_main()
|
H A D | ocsp.c | 887 struct stat sb; in index_changed() 889 if (rdb != NULL && stat(rdb->dbfname, &sb) != -1) { in index_changed()
|
H A D | s_server.c | 3538 struct stat st; in www_body()
|
/openssl/util/ |
H A D | check-format-test-negatives.c | 58 static int stat; in f() local
|
/openssl/ssl/ |
H A D | ssl_cert.c | 32 # 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 D | ssl_lib.c | 3054 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 D | ssl_local.h | 3002 TSAN_QUALIFIER int *stat) in ssl_tsan_counter() argument 3005 tsan_counter(stat); in ssl_tsan_counter()
|
/openssl/apps/lib/ |
H A D | opt.c | 1270 struct stat st; in opt_isdir() 1272 if (stat(name, &st) == 0) in opt_isdir()
|
H A D | apps.c | 1711 struct stat dbst; in load_index()
|
/openssl/apps/include/ |
H A D | apps.h | 223 struct stat dbst;
|
/openssl/engines/ |
H A D | e_loader_attic.c | 949 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 D | extensions.c | 969 TSAN_QUALIFIER int *stat) in ssl_tsan_decr() argument 972 tsan_decr(stat); in ssl_tsan_decr()
|