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 */
864 struct ossl_store_loader_ctx_st { struct865 char *uri; /* The URI we currently try to load */866 enum {870 } type;871 int errcnt;874 unsigned int flags;875 union {905 } _;908 int expected_type;910 OSSL_LIB_CTX *libctx;[all …]
Completed in 40 milliseconds