Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dpcy_cache.c104 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()
/onnv-gate/usr/src/common/openssl/crypto/stack/
H A Dsafestack.h1434 #define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val)) macro