Searched refs:DSA_new (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c101 if ((ret = DSA_new()) == NULL)
H A Ddsa.h187 # define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
191 # define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x)
214 DSA *DSA_new(void);
H A Ddsa_asn1.c99 *pval = (ASN1_VALUE *)DSA_new();
H A Ddsatest.c165 if (((dsa = DSA_new()) == NULL) || !DSA_generate_parameters_ex(dsa, 512,
H A Ddsa_lib.c96 DSA *DSA_new(void) function
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx_all.c285 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa);
295 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa);
306 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa);
316 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa);
H A Dx509.h663 DSA_new,(char *(*)())d2i_DSAPrivateKey, (fp), \
668 DSA_new,(char *(*)())d2i_DSAPrivateKey, (bp), \
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dopenssldsa_link.c379 dsa = DSA_new();
484 dsa = DSA_new();
591 dsa = DSA_new();
/freebsd-9.3-release/crypto/openssl/apps/
H A Ddhparam.c309 DSA *dsa = DSA_new();
H A Ddsaparam.c281 dsa = DSA_new();
374 printf("\tif ((dsa=DSA_new()) == NULL) return(NULL);\n");
H A Dtestdsa.h47 if ((dsa = DSA_new()) == NULL)
116 if ((dsa = DSA_new()) == NULL)
218 if ((dsa = DSA_new()) == NULL)
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_pubkey.c281 if ((ret->pkey.dsa = DSA_new()) == NULL) {
/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c1568 dsa = DSA_new();
1864 dsa2 = DSA_new();
1886 sdsa = DSA_new();
2207 DSA * dsa = DSA_new();
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c110 if ((dsa = DSA_new()) == NULL)
111 fatal("key_new: DSA_new failed");
1151 DSA *private = DSA_new();
1154 fatal("%s: DSA_new failed", __func__);
1858 if ((pk->dsa = DSA_new()) == NULL)
1859 fatal("key_demote: DSA_new failed");
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcrypto.c590 dsa = DSA_new();
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c2944 sdsa = DSA_new();

Completed in 149 milliseconds