Searched defs:ossl_store_loader_ctx_st (Results 1 – 2 of 2) sorted by relevance
38 struct ossl_store_loader_ctx_st { struct39 ENGINE *e; /* Structural reference */40 char *keyid;41 int expected;42 int loaded; /* 0 = key not loaded yet, 1 = key loaded */
859 struct ossl_store_loader_ctx_st { struct860 char *uri; /* The URI we currently try to load */861 enum {865 } type;866 int errcnt;869 unsigned int flags;870 union {900 } _;903 int expected_type;905 OSSL_LIB_CTX *libctx;[all …]