Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dengine_loader.c38 struct ossl_store_loader_ctx_st { struct
39 ENGINE *e; /* Structural reference */
40 char *keyid;
41 int expected;
42 int loaded; /* 0 = key not loaded yet, 1 = key loaded */
/freebsd/crypto/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 …]