Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_purp.c82 static X509_PURPOSE xstandard[] = { variable
94 #define X509_PURPOSE_COUNT (sizeof(xstandard)/sizeof(X509_PURPOSE))
144 if(idx < (int)X509_PURPOSE_COUNT) return xstandard + idx; in X509_PURPOSE_get0()
246 for(i = 0; i < X509_PURPOSE_COUNT; i++) xptable_free(xstandard + i); in X509_PURPOSE_cleanup()