Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_purp.c174 #define X509_PURPOSE_COUNT (sizeof(xstandard) / sizeof(xstandard[0])) macro
203 return X509_PURPOSE_COUNT; in X509_PURPOSE_get_count()
210 if (idx < 0 || (size_t)idx >= X509_PURPOSE_COUNT) in X509_PURPOSE_get0()