Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_purp.c102 return pt->check_purpose(pt, x, non_leaf); in X509_check_purpose()
234 ptmp->check_purpose = ck; in X509_PURPOSE_add()
H A Dx509_vfy.c526 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() function
711 if (purpose >= X509_PURPOSE_MIN && !check_purpose(ctx, x, purpose, i, must_be_ca)) in check_extensions()
/src/crypto/openssl/include/openssl/
H A Dx509v3.h.in489 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int); member
H A Dx509v3.h729 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int); member