Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A 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 */
/openssl-master/engines/
A De_loader_attic.c864 struct ossl_store_loader_ctx_st { struct
865 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