Home
last modified time | relevance | path

Searched refs:first_name_len (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/
A Dcore_algorithm.c130 size_t first_name_len = 0; in ossl_algorithm_get1_first_name() local
138 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