Set the descriptive name stored on an RSA_METHOD (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
int
RSA_meth_set1_name(
RSA_METHOD* meth,
char const* name);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on allocation failure.
| Name | Description |
|---|---|
| meth | Method table whose name is replaced. |
| name | NUL-terminated name to copy into meth. |