Retrieve algorithm parameters from a digest context into params.
Declared in <openssl/evp.h>
int
EVP_MD_CTX_get_params(
EVP_MD_CTX* ctx,
OSSL_PARAM params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Digest context to query. |
| params | OSSL_PARAM array describing the values to fetch (terminated by OSSL_PARAM_END). |