COMP_get_name
comp->name = COMP_get_name(method);
const char *COMP_get_name(const COMP_METHOD *meth);
return comp ? COMP_get_name(comp) : NULL;