Return the ENGINE associated with pkey, if any (deprecated).
Synopsis
Declared in <openssl/evp.h>
[[deprecated]]
ENGINE*
EVP_PKEY_get0_engine(EVP_PKEY const* pkey);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
ENGINE pointer, or NULL if the key is not engine‐backed.
Parameters
Name |
Description |
pkey |
Key to query. |
Created with MrDocs