Return the digest method from a key-fingerprint search criterion (borrowed).
Declared in <openssl/store.h>
EVP_MD const*
OSSL_STORE_SEARCH_get0_digest(OSSL_STORE_SEARCH const* criterion);
Internal EVP_MD pointer, or NULL if unset; do not free.
| Name | Description |
|---|---|
| criterion | Search criterion of type OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT. |