Lines Matching defs:names
49 const char *names; /* For get_evp_method_from_store() */
111 * than 2^23 names or more than 2^8 operation types.
153 if ((name_id = methdata->name_id) == 0 && methdata->names != NULL) {
155 const char *names = methdata->names;
156 const char *q = strchr(names, NAME_SEPARATOR);
157 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names));
161 name_id = ossl_namemap_name2num_n(namemap, names, l);
180 const char *names, const char *propdef,
192 * all the names should already be stored in the namemap with the same
195 if (names != NULL) {
196 const char *q = strchr(names, NAME_SEPARATOR);
198 l = (q == NULL ? strlen(names) : (size_t)(q - names));
202 || (name_id = ossl_namemap_name2num_n(namemap, names, l)) == 0
232 const char *names = algodef->algorithm_names;
233 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR);
308 * about 2^8) or too many names (more than about 2^24). In that case,
338 methdata->names = name;
405 * already known names, i.e. it refuses to work if no name_id can be found