Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_pmeth.c202 dh = DH_new(); in pkey_dh_paramgen()
223 dh = DH_new(); in pkey_dh_keygen()
H A Ddh_asn1.c73 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
H A Ddh_lib.c113 DH_new(void) in DH_new() function
/dragonfly/crypto/openssh/
H A Ddh.c318 if ((dh = DH_new()) == NULL) in dh_new_group_asc()
342 if ((dh = DH_new()) == NULL) in dh_new_group()
/dragonfly/crypto/libressl/ssl/
H A Dtls_key_share.c168 if ((ks->dhe = DH_new()) == NULL) in tls_key_share_generate_dhe()
309 if ((ks->dhe_peer = DH_new()) == NULL) in tls_key_share_peer_params_dhe()
/dragonfly/crypto/libressl/apps/openssl/
H A Dgendh.c187 if (((dh = DH_new()) == NULL) || in gendh_main()
H A Ddhparam.c311 dh = DH_new(); in dhparam_main()
/dragonfly/crypto/libressl/include/openssl/
H A Ddh.h137 DH * DH_new(void);
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_lib.c277 ret = DH_new(); in DSA_dup_DH()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c760 dh = DH_new(); in dh5_init()
811 dh = DH_new(); in dh5_init()
864 dh = DH_new(); in dh5_init_fixed()
896 dh = DH_new(); in dh5_init_fixed()
/dragonfly/crypto/libressl/
H A DREADME.DELETED278 man/DH_new.3