Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c184 const char *first_name_end = NULL; in ossl_algorithm_get1_first_name() local
191 first_name_end = strchr(algo->algorithm_names, ':'); in ossl_algorithm_get1_first_name()
192 if (first_name_end == NULL) in ossl_algorithm_get1_first_name()
195 first_name_len = first_name_end - algo->algorithm_names; in ossl_algorithm_get1_first_name()