HomeSort by: relevance | last modified time | path
    Searched refs:DH_new (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_depr.c 31 if ((ret = DH_new()) == NULL)
dh_rfc5114.c 31 DH *dh = DH_new(); \
dh_asn1.c 29 *pval = (ASN1_VALUE *)DH_new();
99 dh = DH_new();
dh_pmeth.c 283 ret = DH_new();
357 dh = DH_new();
384 dh = DH_new();
dh_lib.c 57 DH *DH_new(void)
dh_ameth.c 337 ret = DH_new();
350 to->pkey.dh = DH_new();
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_depr.c 31 if ((ret = DH_new()) == NULL)
dh_rfc5114.c 31 DH *dh = DH_new(); \
dh_asn1.c 29 *pval = (ASN1_VALUE *)DH_new();
99 dh = DH_new();
dh_pmeth.c 287 ret = DH_new();
361 dh = DH_new();
388 dh = DH_new();
dh_lib.c 57 DH *DH_new(void)
dh_ameth.c 336 ret = DH_new();
349 to->pkey.dh = DH_new();
  /src/crypto/external/bsd/openssl.old/dist/crypto/dh/
dh_rfc5114.c 25 DH *dh = DH_new(); \
dh_depr.c 28 if ((ret = DH_new()) == NULL)
dh_rfc7919.c 19 DH *dh = DH_new();
dh_asn1.c 22 *pval = (ASN1_VALUE *)DH_new();
85 dh = DH_new();
dh_pmeth.c 383 dh = DH_new();
410 dh = DH_new();
dh_lib.c 37 DH *DH_new(void)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
dh.h 49 #define DH_new hc_DH_new
126 DH * DH_new(void);
dh.c 52 * Include and example how to use DH_new() and friends here.
66 DH_new(void)
332 * allocted first with DH_new(). dh->p and dp->g must be set.
  /src/crypto/external/apache2/openssl/dist/include/openssl/
dh.h 178 (DH *)ASN1_d2i_fp((void *(*)(void))DH_new, \
185 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
190 (DH *)ASN1_d2i_fp((void *(*)(void))DH_new, \
197 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
210 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
dh.h 171 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
178 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
183 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
190 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
203 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
dh.h 92 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
99 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
104 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
111 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
124 DH *DH_new(void);
  /src/crypto/external/bsd/openssh/dist/
dh.c 319 if ((dh = DH_new()) == NULL)
343 if ((dh = DH_new()) == NULL)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssldh_link.c 281 dh = DH_new();
309 dh = DH_new();
467 dh = DH_new();
688 dh = DH_new();

Completed in 25 milliseconds

1 2