Home
last modified time | relevance | path

Searched defs:engine_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_local.h111 struct engine_st { struct
112 const char *id;
113 const char *name;
114 const RSA_METHOD *rsa_meth;
115 const DSA_METHOD *dsa_meth;
116 const DH_METHOD *dh_meth;
117 const EC_KEY_METHOD *ec_meth;
118 const RAND_METHOD *rand_meth;
120 ENGINE_CIPHERS_PTR ciphers;
122 ENGINE_DIGESTS_PTR digests;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_local.h130 struct engine_st { struct
131 const char *id;
132 const char *name;
133 const RSA_METHOD *rsa_meth;
134 const DSA_METHOD *dsa_meth;
135 const DH_METHOD *dh_meth;
136 const EC_KEY_METHOD *ec_meth;
137 const RAND_METHOD *rand_meth;
139 ENGINE_CIPHERS_PTR ciphers;
141 ENGINE_DIGESTS_PTR digests;
[all …]