Lines Matching refs:store
13 /* Get a temporary store */
15 /* Get an already existing method from a store */
16 void *(*get)(void *store, const OSSL_PROVIDER *prov, void *data);
17 /* Store a method in a store */
18 int (*put)(void *store, void *method, const OSSL_PROVIDER *prov,
79 Create a temporary method store in the scope of the library context I<ctx>.
80 This store is used to temporarily store methods for easier lookup, for
86 Look up an already existing method from a store by name.
88 The store may be given with I<store>.
89 NULL is a valid value and means that a subsystem default store
91 This default store should be stored in the library context I<libctx>.
106 in a store.
108 The store may be given with I<store>.
109 NULL is a valid value and means that a subsystem default store
111 This default store should be stored in the library context I<libctx>.