Searched refs:first_name_end (Results 1 – 1 of 1) sorted by relevance
182 const char *first_name_end = NULL; in ossl_algorithm_get1_first_name() local189 first_name_end = strchr(algo->algorithm_names, ':'); in ossl_algorithm_get1_first_name()190 if (first_name_end == NULL) in ossl_algorithm_get1_first_name()193 first_name_len = first_name_end - algo->algorithm_names; in ossl_algorithm_get1_first_name()
Completed in 4 milliseconds