Home
last modified time | relevance | path

Searched defs:dh_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c31 static OSSL_FUNC_keyexch_init_fn dh_init; variable
96 static int dh_init(void *vpdhctx, void *vdh, const OSSL_PARAM params[]) in dh_init() function
/freebsd/contrib/wpa/src/crypto/
H A Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() function
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c196 static int dh_init(DH *dh) in dh_init() function