Searched refs:DH_new (Results 1 – 25 of 27) sorted by relevance
12
| /trueos/crypto/openssl/doc/crypto/ |
| HD | DH_new.pod | 5 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.
|
| HD | dh.pod | 12 DH * DH_new(void); 72 L<DH_set_method(3)|DH_set_method(3)>, L<DH_new(3)|DH_new(3)>,
|
| HD | DH_set_method.pod | 73 /* called at DH_new */ 112 L<dh(3)|dh(3)>, L<DH_new(3)|DH_new(3)>
|
| /trueos/crypto/openssl/crypto/dh/ |
| HD | dh.h | 181 # 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);
|
| HD | dh_pmeth.c | 168 dh = DH_new(); in pkey_dh_paramgen() 187 dh = DH_new(); in pkey_dh_keygen()
|
| HD | dhtest.c | 125 if (((a = DH_new()) == NULL) || !DH_generate_parameters_ex(a, 64, in main() 147 b = DH_new(); in main()
|
| HD | p1024.c | 87 dh = DH_new(); in main()
|
| HD | p192.c | 75 dh = DH_new(); in main()
|
| HD | p512.c | 80 dh = DH_new(); in main()
|
| HD | dh_depr.c | 72 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
|
| HD | dh_asn1.c | 72 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
|
| HD | dh_lib.c | 117 DH *DH_new(void) in DH_new() function
|
| /trueos/crypto/openssh/ |
| HD | dh.c | 277 if ((dh = DH_new()) == NULL) in dh_new_group_asc() 298 if ((dh = DH_new()) == NULL) in dh_new_group()
|
| /trueos/crypto/openssl/apps/ |
| HD | gendh.c | 203 if (((dh = DH_new()) == NULL) in MAIN()
|
| HD | dhparam.c | 331 dh = DH_new(); in MAIN()
|
| HD | s_server.c | 263 if ((dh = DH_new()) == NULL) in get_dh2048()
|
| /trueos/crypto/openssl/engines/ccgost/ |
| HD | gost94_keyx.c | 56 DH *dh = DH_new(); in make_cp_exchange_key()
|
| /trueos/crypto/openssl/crypto/dsa/ |
| HD | dsa_lib.c | 301 ret = DH_new(); in DSA_dup_DH()
|
| /trueos/contrib/wpa/src/crypto/ |
| HD | crypto_openssl.c | 469 dh = DH_new(); in dh5_init() 512 dh = DH_new(); in dh5_init_fixed()
|
| /trueos/crypto/heimdal/doc/doxyout/hcrypto/ |
| HD | manpages | 28 hcrypto/man/man3/DH_new.3
|
| /trueos/crypto/openssl/ssl/ |
| HD | ssltest.c | 2289 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/ |
| HD | Makefile.man | 70 MAN+= DH_new.3 428 MLINKS+= DH_new.3 DH_free.3
|
| /trueos/contrib/sendmail/src/ |
| HD | tls.c | 68 if ((dh = DH_new()) == NULL) in get_dh512()
|
| /trueos/crypto/heimdal/kdc/ |
| HD | pkinit.c | 371 dh = DH_new(); in get_dh_param()
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | pkinit.c | 438 ctx->u.dh = DH_new(); in build_auth_pack()
|
12