Symbol: file_ctx_st
crypto/openssl/providers/implementations/storemgmt/file_store.c
111
static void free_file_ctx(struct file_ctx_st *ctx)
crypto/openssl/providers/implementations/storemgmt/file_store.c
125
static struct file_ctx_st *new_file_ctx(int type, const char *uri,
crypto/openssl/providers/implementations/storemgmt/file_store.c
128
struct file_ctx_st *ctx = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store.c
153
static struct file_ctx_st *file_open_stream(BIO *source, const char *uri,
crypto/openssl/providers/implementations/storemgmt/file_store.c
156
struct file_ctx_st *ctx;
crypto/openssl/providers/implementations/storemgmt/file_store.c
173
struct file_ctx_st *ctx;
crypto/openssl/providers/implementations/storemgmt/file_store.c
198
struct file_ctx_st *ctx = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store.c
291
struct file_ctx_st *ctx;
crypto/openssl/providers/implementations/storemgmt/file_store.c
322
struct file_ctx_st *ctx = loaderctx;
crypto/openssl/providers/implementations/storemgmt/file_store.c
416
static int file_setup_decoders(struct file_ctx_st *ctx)
crypto/openssl/providers/implementations/storemgmt/file_store.c
555
static int file_load_file(struct file_ctx_st *ctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
595
static char *file_name_to_uri(struct file_ctx_st *ctx, const char *name)
crypto/openssl/providers/implementations/storemgmt/file_store.c
616
static int file_name_check(struct file_ctx_st *ctx, const char *name)
crypto/openssl/providers/implementations/storemgmt/file_store.c
678
static int file_load_dir_entry(struct file_ctx_st *ctx,
crypto/openssl/providers/implementations/storemgmt/file_store.c
740
struct file_ctx_st *ctx = loaderctx;
crypto/openssl/providers/implementations/storemgmt/file_store.c
763
struct file_ctx_st *ctx = loaderctx;
crypto/openssl/providers/implementations/storemgmt/file_store.c
785
static int file_close_dir(struct file_ctx_st *ctx)
crypto/openssl/providers/implementations/storemgmt/file_store.c
793
static int file_close_stream(struct file_ctx_st *ctx)
crypto/openssl/providers/implementations/storemgmt/file_store.c
808
struct file_ctx_st *ctx = loaderctx;