Home
last modified time | relevance | path

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

/external/openssl/crypto/ecdsa/
Decs_lib.c66 static const ECDSA_METHOD *default_ECDSA_method = NULL; variable
74 default_ECDSA_method = meth; in ECDSA_set_default_method()
79 if(!default_ECDSA_method) in ECDSA_get_default_method()
80 default_ECDSA_method = ECDSA_OpenSSL(); in ECDSA_get_default_method()
81 return default_ECDSA_method; in ECDSA_get_default_method()