Home
last modified time | relevance | path

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

/third_party/openssl/apps/lib/
Dengine_loader.c37 struct ossl_store_loader_ctx_st { struct
38 ENGINE *e; /* Structural reference */
39 char *keyid;
40 int expected;
41 int loaded; /* 0 = key not loaded yet, 1 = key loaded */
/third_party/openssl/engines/
De_loader_attic.c862 struct ossl_store_loader_ctx_st { struct
863 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 …]