Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Dtb_store.c77 if(e->store_meth) in ENGINE_register_STORE()
95 if(e->store_meth)
115 return e->store_meth; in ENGINE_get_STORE()
119 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth) in ENGINE_set_STORE() argument
121 e->store_meth = store_meth; in ENGINE_set_STORE()
Deng_list.c336 dest->store_meth = src->store_meth; in engine_cpy()
Deng_int.h158 const STORE_METHOD *store_meth; member
Deng_lib.c92 e->store_meth = NULL; in engine_set_all_null()
Dengine.h455 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth);
/external/openssl/include/openssl/
Dengine.h455 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth);