Searched defs:ossl_store_loader_ctx_st (Results 1 – 2 of 2) sorted by relevance
37 struct ossl_store_loader_ctx_st { struct38 ENGINE *e; /* Structural reference */39 char *keyid;40 int expected;41 int loaded; /* 0 = key not loaded yet, 1 = key loaded */
862 struct ossl_store_loader_ctx_st { struct863 char *uri; /* The URI we currently try to load */864 enum {868 } type;869 int errcnt;872 unsigned int flags;873 union {903 } _;906 int expected_type;908 OSSL_LIB_CTX *libctx;[all …]