Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dso/
Ddso_lib.c13 static DSO *DSO_new_method(DSO_METHOD *meth) in DSO_new_method() function
49 return DSO_new_method(NULL); in DSO_new()
115 ret = DSO_new_method(meth); in DSO_load()