| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_vfy.c | 400 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, function 583 /* check_purpose() makes the callback as needed */ 584 if (purpose > 0 && !check_purpose(ctx, x, purpose, i, must_be_ca))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_vfy.c | 403 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, function 547 /* check_purpose() makes the callback as needed */ 548 if (purpose > 0 && !check_purpose(ctx, x, purpose, i, must_be_ca))
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_vfy.c | 526 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, function 710 /* check_purpose() makes the callback as needed */ 711 if (purpose >= X509_PURPOSE_MIN && !check_purpose(ctx, x, purpose, i, must_be_ca))
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509v3.h | 407 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); member in struct:x509_purpose_st
|