Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/engine/
Dengine.c31 DSA_METHOD *dsa_method; member
79 return set_method((void **)&engine->dsa_method, method, method_size, in ENGINE_set_DSA_method()
84 return engine->dsa_method; in ENGINE_get_DSA_method()
/external/boringssl/src/include/openssl/
Dbase.h190 typedef struct dsa_method DSA_METHOD;
Ddsa.h315 struct dsa_method { struct
/external/boringssl/src/crypto/dsa/
Ddsa_impl.c734 const struct dsa_method DSA_default_method = {