Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_purp.c100 static int xp_cmp(const X509_PURPOSE * const *a, const X509_PURPOSE * const *b);
101 static void xptable_free(X509_PURPOSE *p);
103 static X509_PURPOSE xstandard[] = {
120 xp_cmp(const X509_PURPOSE * const *a, const X509_PURPOSE * const *b) in xp_cmp()
132 const X509_PURPOSE *pt; in X509_check_purpose()
169 X509_PURPOSE *
183 X509_PURPOSE *xptmp; in X509_PURPOSE_get_by_sname()
196 X509_PURPOSE tmp; in X509_PURPOSE_get_by_id()
216 X509_PURPOSE *ptmp; in X509_PURPOSE_add()
285 xptable_free(X509_PURPOSE *p) in xptable_free()
[all …]
H A Dx509_vfy.c2287 X509_PURPOSE *ptmp; in X509_STORE_CTX_purpose_inherit()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h472 } X509_PURPOSE; typedef
510 DECLARE_STACK_OF(X509_PURPOSE)
791 X509_PURPOSE * X509_PURPOSE_get0(int idx);
795 int (*ck)(const X509_PURPOSE *, const X509 *, int),
797 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp);
798 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp);
799 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp);
801 int X509_PURPOSE_get_id(const X509_PURPOSE *);
H A Dsafestack.h1812 #define sk_X509_PURPOSE_new(cmp) SKM_sk_new(X509_PURPOSE, (cmp))
1813 #define sk_X509_PURPOSE_new_null() SKM_sk_new_null(X509_PURPOSE)
1814 #define sk_X509_PURPOSE_free(st) SKM_sk_free(X509_PURPOSE, (st))
1815 #define sk_X509_PURPOSE_num(st) SKM_sk_num(X509_PURPOSE, (st))
1816 #define sk_X509_PURPOSE_value(st, i) SKM_sk_value(X509_PURPOSE, (st), (i))
1818 #define sk_X509_PURPOSE_zero(st) SKM_sk_zero(X509_PURPOSE, (st))
1827 #define sk_X509_PURPOSE_dup(st) SKM_sk_dup(X509_PURPOSE, st)
1829 #define sk_X509_PURPOSE_shift(st) SKM_sk_shift(X509_PURPOSE, (st))
1830 #define sk_X509_PURPOSE_pop(st) SKM_sk_pop(X509_PURPOSE, (st))
1831 #define sk_X509_PURPOSE_sort(st) SKM_sk_sort(X509_PURPOSE, (st))
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dverify.c254 X509_PURPOSE *ptmp = X509_PURPOSE_get0(i); in verify_usage()
H A Dx509.c89 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
1036 X509_PURPOSE *ptmp; in x509_main()
1554 purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) in purpose_print()
H A Dcms.c1144 X509_PURPOSE *ptmp = X509_PURPOSE_get0(i); in cms_usage()
H A Dapps.c1784 X509_PURPOSE *xptmp; in args_verify()