Test whether a key‐management implementation is known under the given name.

Synopsis

Declared in <openssl/evp.h>

int
EVP_KEYMGMT_is_a(
    EVP_KEYMGMT const* keymgmt,
    char const* name);

Return Value

1 if name is an alias for keymgmt, or 0 otherwise.

Parameters

Name

Description

keymgmt

Keymgmt method to query.

name

Algorithm name to match (for example "RSA").

Created with MrDocs