Home
last modified time | relevance | path

Searched refs:X509_PURPOSE (Results 1 – 9 of 9) sorted by relevance

/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_purp.c68 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
70 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
72 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
75 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
77 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
79 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
81 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
83 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
84 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
86 static int xp_cmp(const X509_PURPOSE *const *a, const X509_PURPOSE *const *b);
[all …]
HDx509v3.h466 } X509_PURPOSE; typedef
504 DECLARE_STACK_OF(X509_PURPOSE)
704 X509_PURPOSE *X509_PURPOSE_get0(int idx);
708 int (*ck) (const X509_PURPOSE *, const X509 *, int),
710 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
711 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
712 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
714 int X509_PURPOSE_get_id(X509_PURPOSE *);
/NextBSD/crypto/openssl/crypto/stack/
HDsafestack.h2040 # define sk_X509_PURPOSE_new(cmp) SKM_sk_new(X509_PURPOSE, (cmp))
2041 # define sk_X509_PURPOSE_new_null() SKM_sk_new_null(X509_PURPOSE)
2042 # define sk_X509_PURPOSE_free(st) SKM_sk_free(X509_PURPOSE, (st))
2043 # define sk_X509_PURPOSE_num(st) SKM_sk_num(X509_PURPOSE, (st))
2044 # define sk_X509_PURPOSE_value(st, i) SKM_sk_value(X509_PURPOSE, (st), (i))
2045 # define sk_X509_PURPOSE_set(st, i, val) SKM_sk_set(X509_PURPOSE, (st), (i), (val))
2046 # define sk_X509_PURPOSE_zero(st) SKM_sk_zero(X509_PURPOSE, (st))
2047 # define sk_X509_PURPOSE_push(st, val) SKM_sk_push(X509_PURPOSE, (st), (val))
2048 # define sk_X509_PURPOSE_unshift(st, val) SKM_sk_unshift(X509_PURPOSE, (st), (val))
2049 # define sk_X509_PURPOSE_find(st, val) SKM_sk_find(X509_PURPOSE, (st), (val))
[all …]
/NextBSD/crypto/openssl/apps/
HDverify.c243 X509_PURPOSE *ptmp; in MAIN()
HDx509.c167 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
778 X509_PURPOSE *ptmp; in MAIN()
1263 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) in purpose_print()
HDapps.c2283 X509_PURPOSE *xptmp; in args_verify()
/NextBSD/crypto/openssl/util/
HDindent.pro571 -T X509_PURPOSE
/NextBSD/crypto/openssl/crypto/x509/
HDx509_vfy.c2206 X509_PURPOSE *ptmp; in X509_STORE_CTX_purpose_inherit()
/NextBSD/crypto/openssl/
HDCHANGES8787 *) Modify X509_TRUST and X509_PURPOSE so it also uses a static and