Searched refs:first_name_len (Results 1 – 1 of 1) sorted by relevance
183 size_t first_name_len = 0; in ossl_algorithm_get1_first_name() local191 first_name_len = strlen(algo->algorithm_names); in ossl_algorithm_get1_first_name()193 first_name_len = first_name_end - algo->algorithm_names; in ossl_algorithm_get1_first_name()195 ret = OPENSSL_strndup(algo->algorithm_names, first_name_len); in ossl_algorithm_get1_first_name()
Completed in 6 milliseconds