| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| types.h | 24 typedef struct dsa_st DSA;
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| types.h | 24 typedef struct dsa_st DSA;
|
| /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...] |
| undef.h | 46 #undef DSA
|
| /src/crypto/external/bsd/netpgp/dist/src/librsa/ |
| rsa.h | 65 BIGNUM *p; /* DSA public modulus n */ 66 BIGNUM *q; /* DSA public encryption exponent e */ 81 #define DSA mpi_dsa_t 113 dsa_pubkey_t dsa; /* specific DSA keys */ member in struct:pubkey_t 126 dsasig_t dsa; /* DSA signature */ member in struct:signature_t 145 DSA *DSA_new(void); 146 int DSA_size(const DSA */*rsa*/); 147 void DSA_free(DSA */*dsa*/) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ossl_typ.h | 107 typedef struct dsa_st DSA;
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| types.h | 150 typedef struct dsa_st DSA;
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| types.h | 138 typedef struct dsa_st DSA;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| endecode_test.c | 599 else if (strcmp(type, "DSA") == 0) 998 DOMAIN_KEYS(DSA); 999 IMPLEMENT_TEST_SUITE(DSA, "DSA", 1) 1000 IMPLEMENT_TEST_SUITE_PARAMS(DSA, "DSA") 1001 IMPLEMENT_TEST_SUITE_LEGACY(DSA, "DSA") 1002 IMPLEMENT_TEST_SUITE_MSBLOB(DSA, "DSA") [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| endecode_test.c | 595 else if (strcmp(type, "DSA") == 0) 1002 DOMAIN_KEYS(DSA); 1003 IMPLEMENT_TEST_SUITE(DSA, "DSA", 1) 1004 IMPLEMENT_TEST_SUITE_PARAMS(DSA, "DSA") 1005 IMPLEMENT_TEST_SUITE_LEGACY(DSA, "DSA") 1006 IMPLEMENT_TEST_SUITE_MSBLOB(DSA, "DSA") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | 4027 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, dl, VTs, Ops); 4028 setValue(&I, DSA); 4029 DAG.setRoot(DSA.getValue(1));
|