Read the algorithm id and flags from an EVP_PKEY_METHOD (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
void
EVP_PKEY_meth_get0_info(
int* ppkey_id,
int* pflags,
EVP_PKEY_METHOD const* meth);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| ppkey_id | Optional output receiving the method's EVP_PKEY_* id. |
| pflags | Optional output receiving the method flags. |
| meth | Method object to query. |