HomeSort by relevance Sort by last modified time
    Searched full:dsa_method (Results 1 - 11 of 11) sorted by null

  /external/openssl/crypto/dsa/
dsa.h 121 /* typedef struct dsa_method DSA_METHOD; */
129 struct dsa_method struct
178 const DSA_METHOD *meth;
201 const DSA_METHOD *DSA_OpenSSL(void);
203 void DSA_set_default_method(const DSA_METHOD *);
204 const DSA_METHOD *DSA_get_default_method(void);
205 int DSA_set_method(DSA *dsa, const DSA_METHOD *);
dsa_lib.c 79 static const DSA_METHOD *default_DSA_method = NULL;
81 void DSA_set_default_method(const DSA_METHOD *meth)
86 const DSA_METHOD *DSA_get_default_method(void)
107 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth)
111 const DSA_METHOD *mtmp;
dsa_ossl.c 76 static DSA_METHOD openssl_dsa_meth = {
92 * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
126 const DSA_METHOD *DSA_OpenSSL(void)
  /external/openssl/include/openssl/
dsa.h 121 /* typedef struct dsa_method DSA_METHOD; */
129 struct dsa_method struct
178 const DSA_METHOD *meth;
201 const DSA_METHOD *DSA_OpenSSL(void);
203 void DSA_set_default_method(const DSA_METHOD *);
204 const DSA_METHOD *DSA_get_default_method(void);
205 int DSA_set_method(DSA *dsa, const DSA_METHOD *);
ossl_typ.h 138 typedef struct dsa_method DSA_METHOD;
engine.h 478 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
517 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e);
    [all...]
  /external/openssl/crypto/engine/
tb_dsa.c 108 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e)
114 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth)
eng_cryptodev.c 1214 const DSA_METHOD *meth = DSA_OpenSSL();
1256 const DSA_METHOD *meth = DSA_OpenSSL();
1266 static DSA_METHOD cryptodev_dsa = {
    [all...]
eng_int.h 160 const DSA_METHOD *dsa_meth;
engine.h 478 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
517 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e);
    [all...]
  /external/openssl/crypto/
ossl_typ.h 138 typedef struct dsa_method DSA_METHOD;

Completed in 2891 milliseconds