Searched refs:DSA_METHOD (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | DSA_set_method.pod | 13 void DSA_set_default_method(const DSA_METHOD *meth); 15 const DSA_METHOD *DSA_get_default_method(void); 17 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth); 21 DSA_METHOD *DSA_OpenSSL(void); 25 A B<DSA_METHOD> specifies the functions that OpenSSL uses for DSA 31 Initially, the default DSA_METHOD is the OpenSSL internal implementation, 39 DSA_METHOD. However, the meaningfulness of this result is dependent on 44 B<rsa>. This will replace the DSA_METHOD used by the DSA key and if the 47 work with certain DSA_METHOD implementations (eg. from an ENGINE module 49 attempting to change the DSA_METHOD for the key can have unexpected [all …]
|
| D | dsa.pod | 32 void DSA_set_default_method(const DSA_METHOD *meth); 33 const DSA_METHOD *DSA_get_default_method(void); 34 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth); 36 const DSA_METHOD *DSA_OpenSSL(void); 88 Note that DSA keys may use non-standard B<DSA_METHOD> implementations,
|
| D | RSA_set_method.pod | 165 other algorithmic APIs (eg. DSA_METHOD, EVP_CIPHER, etc) into B<ENGINE>
|
| D | engine.pod | 116 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth); 136 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e); 174 DSA_METHOD, DH_METHOD, RAND_METHOD, ECDH_METHOD, ECDSA_METHOD,
|
| /freebsd-9-stable/crypto/openssl/crypto/dsa/ |
| D | dsa.h | 181 const DSA_METHOD *meth; 203 const DSA_METHOD *DSA_OpenSSL(void); 205 void DSA_set_default_method(const DSA_METHOD *); 206 const DSA_METHOD *DSA_get_default_method(void); 207 int DSA_set_method(DSA *dsa, const DSA_METHOD *);
|
| D | dsa_lib.c | 75 static const DSA_METHOD *default_DSA_method = NULL; 77 void DSA_set_default_method(const DSA_METHOD *meth) in DSA_set_default_method() 89 const DSA_METHOD *DSA_get_default_method(void) in DSA_get_default_method() 101 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth) in DSA_set_method() 107 const DSA_METHOD *mtmp; in DSA_set_method()
|
| D | dsa_ossl.c | 78 static DSA_METHOD openssl_dsa_meth = { 129 const DSA_METHOD *DSA_OpenSSL(void) in DSA_OpenSSL()
|
| /freebsd-9-stable/crypto/openssl/crypto/engine/ |
| D | tb_dsa.c | 114 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e) in ENGINE_get_DSA() 120 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA()
|
| D | eng_cryptodev.c | 942 const DSA_METHOD *meth = DSA_OpenSSL(); in cryptodev_dsa_do_sign() 987 const DSA_METHOD *meth = DSA_OpenSSL(); in cryptodev_dsa_verify() 997 static DSA_METHOD cryptodev_dsa = { 1144 const DSA_METHOD *meth = DSA_OpenSSL(); in ENGINE_load_cryptodev() 1146 memcpy(&cryptodev_dsa, meth, sizeof(DSA_METHOD)); in ENGINE_load_cryptodev()
|
| D | eng_int.h | 171 const DSA_METHOD *dsa_meth;
|
| D | engine.h | 536 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth); 580 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e);
|
| /freebsd-9-stable/crypto/openssl/engines/ |
| D | e_nuron.c | 288 static DSA_METHOD nuron_dsa = { 332 const DSA_METHOD *meth2; in bind_helper()
|
| D | e_ubsec.c | 167 static DSA_METHOD ubsec_dsa = { 779 const DSA_METHOD *meth; in ubsec_dsa_do_sign() 802 const DSA_METHOD *meth; in ubsec_dsa_do_sign() 857 const DSA_METHOD *meth; in ubsec_dsa_verify() 880 const DSA_METHOD *meth; in ubsec_dsa_verify()
|
| D | e_atalla.c | 159 static DSA_METHOD atalla_dsa = { 204 const DSA_METHOD *meth2; in bind_helper()
|
| D | e_aep.c | 198 static DSA_METHOD aep_dsa = { 275 const DSA_METHOD *meth2; in bind_aep()
|
| D | e_sureware.c | 207 static DSA_METHOD surewarehk_dsa = { 238 const DSA_METHOD *meth2; in bind_sureware()
|
| D | e_capi.c | 394 static DSA_METHOD capi_dsa_method = { 413 const DSA_METHOD *ossl_dsa_meth; in capi_init()
|
| D | e_cswift.c | 184 static DSA_METHOD cswift_dsa = {
|
| /freebsd-9-stable/crypto/openssl/fips/dsa/ |
| D | fips_dsa_ossl.c | 88 static const DSA_METHOD openssl_dsa_meth = { 117 const DSA_METHOD *DSA_OpenSSL(void) in DSA_OpenSSL()
|
| /freebsd-9-stable/crypto/openssl/crypto/ |
| D | ossl_typ.h | 129 typedef struct dsa_method DSA_METHOD; typedef
|
| /freebsd-9-stable/crypto/openssl/demos/engines/zencod/ |
| D | hw_zencod.c | 222 static DSA_METHOD zencod_dsa = { 281 const DSA_METHOD *meth_dsa; in bind_helper() 905 const DSA_METHOD *meth; in DSA_zencod_do_sign() 979 const DSA_METHOD *meth; in DSA_zencod_do_verify()
|
| /freebsd-9-stable/crypto/openssl/demos/engines/ibmca/ |
| D | hw_ibmca.c | 166 static DSA_METHOD ibmca_dsa = { 218 const DSA_METHOD *meth2; in bind_helper()
|
| /freebsd-9-stable/crypto/openssl/demos/engines/cluster_labs/ |
| D | hw_cluster_labs.c | 164 static DSA_METHOD cluster_labs_dsa = {
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | indent.pro | 209 -T DSA_METHOD
|
| /freebsd-9-stable/crypto/openssl/ |
| D | NEWS | 570 o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
|
12