| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| dsa.h | 15 #include <openssl/dsa.h> 19 * DSA Paramgen types 27 DSA *ossl_dsa_new(OSSL_LIB_CTX *libctx); 28 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx); 30 int ossl_dsa_generate_ffc_parameters(DSA *dsa, int type, int pbits, int qbits, 34 unsigned char *sig, unsigned int *siglen, DSA *dsa, 38 FFC_PARAMS *ossl_dsa_get0_params(DSA *dsa); [all...] |
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| dsa.h | 15 # include <openssl/dsa.h> 22 DSA *ossl_dsa_new(OSSL_LIB_CTX *libctx); 23 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx); 25 int ossl_dsa_generate_ffc_parameters(DSA *dsa, int type, int pbits, int qbits, 29 unsigned char *sig, unsigned int *siglen, DSA *dsa); 31 FFC_PARAMS *ossl_dsa_get0_params(DSA *dsa); 32 int ossl_dsa_ffc_params_fromdata(DSA *dsa, const OSSL_PARAM params[]) [all...] |
| types.h | 24 typedef struct dsa_st DSA;
|
| /src/crypto/external/apache2/openssl/dist/crypto/dsa/ |
| dsa_asn1.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 34 DSA_free((DSA *)*pval); 42 ASN1_EMBED(DSA, version, INT32), 43 ASN1_SIMPLE(DSA, params.p, BIGNUM), 44 ASN1_SIMPLE(DSA, params.q, BIGNUM), 45 ASN1_SIMPLE(DSA, params.g, BIGNUM), 46 ASN1_SIMPLE(DSA, pub_key, BIGNUM), 47 ASN1_SIMPLE(DSA, priv_key, CBIGNUM) 48 } static_ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey) 50 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(DSA, DSAPrivateKey, DSAPrivateKey [all...] |
| dsa_local.h | 10 #include <openssl/dsa.h> 16 * This first variable is used to pick up errors where a DSA is passed 48 DSA_SIG *(*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa); 49 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 52 DSA_SIG *sig, DSA *dsa); 53 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, const BIGNUM *a1 [all...] |
| dsa_vrf.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 20 DSA *dsa) 22 return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);
|
| dsa_meth.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 103 DSA_SIG *(*DSA_meth_get_sign(const DSA_METHOD *dsam))(const unsigned char *, int, DSA *) 109 DSA_SIG *(*sign)(const unsigned char *, int, DSA *)) 115 int (*DSA_meth_get_sign_setup(const DSA_METHOD *dsam))(DSA *, BN_CTX *, BIGNUM **, BIGNUM **) 121 int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) 127 int (*DSA_meth_get_verify(const DSA_METHOD *dsam))(const unsigned char *, int, DSA_SIG *, DSA *) 133 int (*verify)(const unsigned char *, int, DSA_SIG *, DSA *)) 139 int (*DSA_meth_get_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, 146 int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, 154 int (*DSA_meth_get_bn_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX * [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
| dsa_asn1.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 34 DSA_free((DSA *)*pval); 42 ASN1_EMBED(DSA, version, INT32), 43 ASN1_SIMPLE(DSA, params.p, BIGNUM), 44 ASN1_SIMPLE(DSA, params.q, BIGNUM), 45 ASN1_SIMPLE(DSA, params.g, BIGNUM), 46 ASN1_SIMPLE(DSA, pub_key, BIGNUM), 47 ASN1_SIMPLE(DSA, priv_key, CBIGNUM) 48 } static_ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey) 50 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(DSA, DSAPrivateKey, DSAPrivateKey [all...] |
| dsa_local.h | 10 #include <openssl/dsa.h> 16 * This first variable is used to pick up errors where a DSA is passed 48 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa); 49 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 52 DSA_SIG *sig, DSA *dsa); 53 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1 [all...] |
| dsa_vrf.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 20 DSA *dsa) 22 return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);
|
| dsa_meth.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 108 (const unsigned char *, int, DSA *) 114 DSA_SIG *(*sign) (const unsigned char *, int, DSA *)) 121 (DSA *, BN_CTX *, BIGNUM **, BIGNUM **) 127 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) 134 (const unsigned char *, int, DSA_SIG *, DSA *) 140 int (*verify) (const unsigned char *, int, DSA_SIG *, DSA *)) 147 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, 154 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, 163 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX * [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| dsa.h | 1 /* $NetBSD: dsa.h,v 1.2 2017/01/28 21:31:47 christos Exp $ */ 46 #define DSA hc_DSA 66 typedef struct DSA DSA; 77 DSA_SIG * (*dsa_do_sign)(const unsigned char *, int, DSA *); 78 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **); 79 int (*dsa_do_verify)(const unsigned char *, int, DSA_SIG *, DSA *); 80 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *, 83 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *, 86 int (*init)(DSA *); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| dsa.h | 44 * If this flag is set the DSA method is FIPS compliant and can be used in 62 /* typedef struct dsa_st DSA; */ 67 # define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \ 71 # define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x) 72 # define i2d_DSAparams_bio(bp,x) ASN1_i2d_bio_of_const(DSA,i2d_DSAparams,bp,x) 74 DSA *DSAparams_dup(DSA *x); 82 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa); 84 DSA_SIG *sig, DSA *dsa) [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| dsa.h | 84 * If this flag is set the DSA method is FIPS compliant and can be used in 102 /* typedef struct dsa_st DSA; */ 106 (DSA *)ASN1_d2i_fp((void *(*)(void))DSA_new, \ 112 ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x) 114 ASN1_i2d_bio_of(DSA, i2d_DSAparams, bp, x) 116 DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, DSA, DSAparams) 118 DSA *dsa); 120 DSA_SIG *sig, DSA *dsa); [all...] |
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| dsa.h | 80 * If this flag is set the DSA method is FIPS compliant and can be used in 98 /* typedef struct dsa_st DSA; */ 102 (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \ 108 ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x) 110 ASN1_i2d_bio_of(DSA, i2d_DSAparams, bp, x) 112 DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, DSA, DSAparams) 114 DSA *dsa); 116 DSA_SIG *sig, DSA *dsa); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/dsa/ |
| dsa_asn1.c | 70 DSA_free((DSA *)*pval); 78 ASN1_EMBED(DSA, version, INT32), 79 ASN1_SIMPLE(DSA, p, BIGNUM), 80 ASN1_SIMPLE(DSA, q, BIGNUM), 81 ASN1_SIMPLE(DSA, g, BIGNUM), 82 ASN1_SIMPLE(DSA, pub_key, BIGNUM), 83 ASN1_SIMPLE(DSA, priv_key, CBIGNUM) 84 } static_ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey) 86 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey) 89 ASN1_SIMPLE(DSA, p, BIGNUM) [all...] |
| dsa_vrf.c | 14 DSA *dsa) 16 return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);
|
| dsa_local.h | 10 #include <openssl/dsa.h> 15 * This first variable is used to pick up errors where a DSA is passed 43 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa); 44 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 47 DSA_SIG *sig, DSA *dsa); 48 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1 [all...] |
| dsa_meth.c | 109 (const unsigned char *, int, DSA *) 115 DSA_SIG *(*sign) (const unsigned char *, int, DSA *)) 122 (DSA *, BN_CTX *, BIGNUM **, BIGNUM **) 128 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) 135 (const unsigned char *, int, DSA_SIG *, DSA *) 141 int (*verify) (const unsigned char *, int, DSA_SIG *, DSA *)) 148 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, 155 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, 164 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, 171 int (*bn_mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM * [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/ |
| der_dsa.h.in | 17 $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1', 24 int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa); 27 DSA *dsa, int mdnid);
|
| /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/ |
| der_dsa.h.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1', 22 int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa); 25 DSA *dsa, int mdnid);
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evppkey_dsa_sigalg.txt | 17 # DSA key 18 PrivateKey=DSA-1024 29 PublicKey=DSA-1024-PUBLIC 43 PrivPubKeyPair = DSA-1024:DSA-1024-PUBLIC 45 Title = DSA tests 48 Verify = DSA-SHA1:DSA-1024 53 Verify = DSA-SHA1:DSA-1024-PUBLI [all...] |
| evppkey_dsa.txt | 17 # DSA key 18 PrivateKey=DSA-1024 29 PublicKey=DSA-1024-PUBLIC 43 PrivPubKeyPair = DSA-1024:DSA-1024-PUBLIC 45 Title = DSA tests 47 Verify = DSA-1024 52 Verify = DSA-1024-PUBLIC 58 Verify = DSA-1024-PUBLIC 65 Verify = DSA-1024-PUBLI [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/librsa/ |
| rsastubs.h | 21 DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **x, pem_password_cb *cb, void *u);
|
| /src/crypto/external/apache2/openssl/dist/providers/common/der/ |
| der_dsa_key.c | 11 * DSA low level APIs are deprecated for public use, but still ok for 20 int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa)
|