Searched refs:check_purpose (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_purp.c | 100 return pt->check_purpose(pt, x, non_leaf); in X509_check_purpose() 198 ptmp->check_purpose = ck; in X509_PURPOSE_add()
|
H A D | x509_vfy.c | 495 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() function 679 if (purpose > 0 && !check_purpose(ctx, x, purpose, i, must_be_ca)) in check_extensions()
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 470 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); member
|
Completed in 18 milliseconds