Lines Matching refs:ENGINE
17 void ENGINE_unregister_digests(ENGINE *e)
27 int ENGINE_register_digests(ENGINE *e)
42 ENGINE *e;
48 int ENGINE_set_default_digests(ENGINE *e)
66 ENGINE *ENGINE_get_digest_engine(int nid)
72 /* Obtains a digest implementation from an ENGINE functional reference */
73 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid)
84 /* Gets the digest callback from an ENGINE structure */
85 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e)
90 /* Sets the digest callback in an ENGINE structure */
91 int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f)