Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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 …]