Return the ENGINE set on an RSA key (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
ENGINE*
RSA_get0_engine(RSA const* r);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

ENGINE handle, or NULL if none is set.

Parameters

Name

Description

r

RSA key to query.

Created with MrDocs