HomeSort by relevance Sort by last modified time
    Searched full:xstandard (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/x509v3/
v3_purp.c 82 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;
246 for(i = 0; i < X509_PURPOSE_COUNT; i++) xptable_free(xstandard + i);

Completed in 20 milliseconds