Return the EVP_MD that e provides for algorithm nid.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
EVP_MD const*
ENGINE_get_digest(
    ENGINE* e,
    int nid);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Matching EVP_MD, or NULL if e does not implement nid.

Parameters

Name

Description

e

ENGINE whose digests handler is queried.

nid

NID of the digest algorithm to look up.

Created with MrDocs