Return the digest method from a key‐fingerprint search criterion (borrowed).

Synopsis

Declared in <openssl/store.h>

EVP_MD const*
OSSL_STORE_SEARCH_get0_digest(OSSL_STORE_SEARCH const* criterion);

Return Value

Internal EVP_MD pointer, or NULL if unset; do not free.

Parameters

Name

Description

criterion

Search criterion of type OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT.

Created with MrDocs