Searched refs:check_purpose (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | v3_purp.c | 95 return pt->check_purpose(pt, x, require_ca); in X509_check_purpose() 195 ptmp->check_purpose = ck; in X509_PURPOSE_add()
|
D | x509_vfy.c | 400 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() function 584 if (purpose > 0 && !check_purpose(ctx, x, purpose, i, must_be_ca)) in check_extensions()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509v3.h | 407 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 654 pub check_purpose: field
|
/third_party/openssl/include/openssl/ |
D | x509v3.h.in | 458 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); member
|