Searched refs:first_name_len (Results 1 – 1 of 1) sorted by relevance
130 size_t first_name_len = 0; in ossl_algorithm_get1_first_name() local138 first_name_len = strlen(algo->algorithm_names); in ossl_algorithm_get1_first_name()140 first_name_len = first_name_end - algo->algorithm_names; in ossl_algorithm_get1_first_name()142 ret = OPENSSL_strndup(algo->algorithm_names, first_name_len); in ossl_algorithm_get1_first_name()
Completed in 4 milliseconds