ENGINE_pkey_asn1_find_str

Find an EVP_PKEY_ASN1_METHOD by PEM/string name across ENGINEs (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
EVP_PKEY_ASN1_METHOD const*
ENGINE_pkey_asn1_find_str(
    ENGINE** pe,
    char const* str,
    int len);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Matching ASN.1 method, or NULL if none is found.

Parameters

NameDescription
peOptional address that receives the ENGINE that provided the method (structurally referenced), or NULL.
strMethod name bytes (not necessarily NUL-terminated).
lenLength of str in bytes.