Return the descriptive name stored on an RSA_METHOD (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
char const*
RSA_meth_get0_name(RSA_METHOD const* meth);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Internal NUL‐terminated name string; do not free.
Parameters
Name |
Description |
meth |
Method table to query. |
Created with MrDocs