Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/engine/
Dengine.c26 DH_METHOD *dh_method; member
43 if (engine->dh_method != NULL) { in ENGINE_free()
44 METHOD_unref(engine->dh_method); in ENGINE_free()
75 return set_method((void **)&engine->dh_method, method, method_size, in ENGINE_set_DH_method()
80 return engine->dh_method; in ENGINE_get_DH_method()
/external/chromium_org/third_party/boringssl/src/include/openssl/
Ddh.h200 struct dh_method { struct
Dbase.h174 typedef struct dh_method DH_METHOD;
/external/openssl/crypto/
Dossl_typ.h139 typedef struct dh_method DH_METHOD;
/external/openssl/include/openssl/
Dossl_typ.h139 typedef struct dh_method DH_METHOD;
Ddh.h112 struct dh_method struct
/external/openssl/crypto/dh/
Ddh.h112 struct dh_method struct
/external/chromium_org/third_party/boringssl/src/crypto/dh/
Ddh_impl.c312 const struct dh_method DH_default_method = {