Set the callback that enumerates or looks up EVP_MD digests provided by an ENGINE.
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_set_digests(
ENGINE* e,
ENGINE_DIGESTS_PTR f);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
e |
ENGINE whose digests handler is replaced. |
f |
Digests callback, or NULL to clear. |
Created with MrDocs