Look up data associated with a named object of the given type.
Declared in <openssl/objects.h>
char const*
OBJ_NAME_get(
char const* name,
int type);
Associated data string (often an algorithm name), or NULL if not found.
| Name | Description |
|---|---|
| name | Name string to resolve. |
| type | OBJ_NAME type such as OBJ_NAME_TYPE_MD_METH or OBJ_NAME_TYPE_CIPHER_METH. |