Home
last modified time | relevance | path

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

12

/trueos/crypto/openssl/doc/crypto/
HDDH_new.pod5 DH_new, DH_free - allocate and free DH objects
11 DH* DH_new(void);
17 DH_new() allocates and initializes a B<DH> structure.
24 If the allocation fails, DH_new() returns B<NULL> and sets an error
38 DH_new() and DH_free() are available in all versions of SSLeay and OpenSSL.
HDdh.pod12 DH * DH_new(void);
72 L<DH_set_method(3)|DH_set_method(3)>, L<DH_new(3)|DH_new(3)>,
HDDH_set_method.pod73 /* called at DH_new */
112 L<dh(3)|dh(3)>, L<DH_new(3)|DH_new(3)>
/trueos/crypto/openssl/crypto/dh/
HDdh.h181 # define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
185 # define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
197 DH *DH_new(void);
HDdh_pmeth.c168 dh = DH_new(); in pkey_dh_paramgen()
187 dh = DH_new(); in pkey_dh_keygen()
HDdhtest.c125 if (((a = DH_new()) == NULL) || !DH_generate_parameters_ex(a, 64, in main()
147 b = DH_new(); in main()
HDp1024.c87 dh = DH_new(); in main()
HDp192.c75 dh = DH_new(); in main()
HDp512.c80 dh = DH_new(); in main()
HDdh_depr.c72 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
HDdh_asn1.c72 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
HDdh_lib.c117 DH *DH_new(void) in DH_new() function
/trueos/crypto/openssh/
HDdh.c277 if ((dh = DH_new()) == NULL) in dh_new_group_asc()
298 if ((dh = DH_new()) == NULL) in dh_new_group()
/trueos/crypto/openssl/apps/
HDgendh.c203 if (((dh = DH_new()) == NULL) in MAIN()
HDdhparam.c331 dh = DH_new(); in MAIN()
HDs_server.c263 if ((dh = DH_new()) == NULL) in get_dh2048()
/trueos/crypto/openssl/engines/ccgost/
HDgost94_keyx.c56 DH *dh = DH_new(); in make_cp_exchange_key()
/trueos/crypto/openssl/crypto/dsa/
HDdsa_lib.c301 ret = DH_new(); in DSA_dup_DH()
/trueos/contrib/wpa/src/crypto/
HDcrypto_openssl.c469 dh = DH_new(); in dh5_init()
512 dh = DH_new(); in dh5_init_fixed()
/trueos/crypto/heimdal/doc/doxyout/hcrypto/
HDmanpages28 hcrypto/man/man3/DH_new.3
/trueos/crypto/openssl/ssl/
HDssltest.c2289 if ((dh = DH_new()) == NULL) in get_dh512()
2330 if ((dh = DH_new()) == NULL) in get_dh1024()
2391 if ((dh = DH_new()) == NULL) in get_dh1024dsa()
/trueos/secure/lib/libcrypto/
HDMakefile.man70 MAN+= DH_new.3
428 MLINKS+= DH_new.3 DH_free.3
/trueos/contrib/sendmail/src/
HDtls.c68 if ((dh = DH_new()) == NULL) in get_dh512()
/trueos/crypto/heimdal/kdc/
HDpkinit.c371 dh = DH_new(); in get_dh_param()
/trueos/crypto/heimdal/lib/krb5/
HDpkinit.c438 ctx->u.dh = DH_new(); in build_auth_pack()

12