Searched refs:sk_OPENSSL_STRING_find (Results 1 – 2 of 2) sorted by relevance
223 #define sk_OPENSSL_STRING_find(sk, ptr) OPENSSL_sk_find(ossl_check_OPENSSL_STRING_sk_type(sk), ossl… macro
557 if (sk_OPENSSL_STRING_find(*sk, emtmp) != -1) { in append_ia5()