Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dcore_algorithm.c182 const char *first_name_end = NULL; in ossl_algorithm_get1_first_name() local
189 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