Searched refs:sk_X509_POLICY_DATA_find (Results 1 – 2 of 2) sorted by relevance
104 else if (sk_X509_POLICY_DATA_find(cache->data, data) != -1) in policy_cache_create()267 idx = sk_X509_POLICY_DATA_find(cache->data, &tmp); in policy_cache_find_data()
1434 #define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val)) macro