[#OBJ_NAME_get] = OBJ_NAME_get :mrdocs: Look up data associated with a named object of the given type. == Synopsis Declared in `<openssl/objects.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* OBJ_NAME_get( char const* name, int type); ---- == Return Value Associated data string (often an algorithm name), or NULL if not found. == Parameters [cols="1,4"] |=== | Name| Description | *name* | Name string to resolve. | *type* | OBJ_NAME type such as OBJ_NAME_TYPE_MD_METH or OBJ_NAME_TYPE_CIPHER_METH. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#