Home
last modified time | relevance | path

Searched defs:check_purpose (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/crypto/openssl/include/openssl/
H A Dx509v3.h.in458 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); member
H A Dx509v3.h698 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); member
/freebsd-src/crypto/openssl/crypto/x509/
H A Dx509_vfy.c400 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() function