Home
last modified time | relevance | path

Searched refs:store_meth (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/crypto/engine/
H A Dtb_store.c81 if (e->store_meth) in ENGINE_register_STORE()
100 return e->store_meth; in ENGINE_get_STORE()
105 ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth) in ENGINE_set_STORE() argument
107 e->store_meth = store_meth; in ENGINE_set_STORE()
H A Deng_list.c323 dest->store_meth = src->store_meth; in engine_cpy()
H A Deng_int.h164 const STORE_METHOD *store_meth; member
H A Deng_lib.c100 e->store_meth = NULL; in engine_set_all_null()
/dragonfly/crypto/libressl/include/openssl/
H A Dengine.h461 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth);