Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Ddh.h175 #define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
191 DH * DH_new(void);
/external/openssl/crypto/dh/
Ddh.h175 #define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
191 DH * DH_new(void);
Ddh_pmeth.c174 dh = DH_new(); in pkey_dh_paramgen()
194 dh = DH_new(); in pkey_dh_keygen()
Dp512.c80 dh=DH_new(); in main()
Dp192.c75 dh=DH_new(); in main()
Dp1024.c87 dh=DH_new(); in main()
Ddh_depr.c73 if((ret=DH_new()) == NULL) in DH_generate_parameters()
Ddhtest.c121 if(((a = DH_new()) == NULL) || !DH_generate_parameters_ex(a, 64, in main()
141 b=DH_new(); in main()
Ddh_asn1.c71 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
Ddh_lib.c115 DH *DH_new(void) in DH_new() function
/external/openssh/
Ddh.c269 if ((dh = DH_new()) == NULL) in dh_new_group_asc()
290 if ((dh = DH_new()) == NULL) in dh_new_group()
/external/openssl/apps/
Dgendh.c203 if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb)) in MAIN()
Ddhparam.c330 dh = DH_new(); in MAIN()
Ds_server.c241 if ((dh=DH_new()) == NULL) return(NULL); in get_dh512()
/external/openssl/crypto/dsa/
Ddsa_lib.c300 ret = DH_new(); in DSA_dup_DH()
/external/openssl/ssl/
Dssltest.c2395 if ((dh=DH_new()) == NULL) return(NULL); in get_dh512()
2423 if ((dh=DH_new()) == NULL) return(NULL); in get_dh1024()
2461 if ((dh=DH_new()) == NULL) return(NULL); in get_dh1024dsa()
Ds3_clnt.c1610 if ((dh=DH_new()) == NULL) in ssl3_get_key_exchange()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c472 dh = DH_new(); in dh5_init()
515 dh = DH_new(); in dh5_init_fixed()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2440 if ((dh = DH_new()) == NULL)
2491 if ((dh = DH_new()) == NULL)