Home
last modified time | relevance | path

Searched defs:file_ctx_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c66 struct file_ctx_st { struct
67 void *provctx;
68 char *uri; /* The URI we currently try to load */
69 enum {
72 } type;
74 union {
110 static void free_file_ctx(struct file_ctx_st *ctx) in free_file_ctx() argument