Home
last modified time | relevance | path

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

/openssl/apps/lib/
H 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/engines/
H A De_loader_attic.c859 struct ossl_store_loader_ctx_st { struct
860 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 …]

Completed in 13 milliseconds