OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_dsa_method
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/dsa/
dsa_lib.c
75
static const DSA_METHOD *
default_DSA_method
= NULL;
79
default_DSA_method
= meth;
84
if(!
default_DSA_method
)
85
default_DSA_method
= DSA_OpenSSL();
86
return
default_DSA_method
;
Completed in 103 milliseconds