Searched refs:X509_PURPOSE (Results 1 - 25 of 60) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509v3/
H A Dv3_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 *cons
[all...]
H A Dx509v3.h405 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
78 static int xp_cmp(const X509_PURPOSE * cons
[all...]
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
78 static int xp_cmp(const X509_PURPOSE * cons
[all...]
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509v3/
H A Dv3_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 *cons
[all...]
H A Dx509v3.h405 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509v3/
H A Dv3_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 *cons
[all...]
H A Dx509v3.h405 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
78 static int xp_cmp(const X509_PURPOSE * cons
[all...]
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dx509v3.h405 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dx509v3.h405 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dx509v3.h405 /* X509_PURPOSE stuff */
466 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
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 *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dx509v3.h407 /* X509_PURPOSE stuff */
467 } X509_PURPOSE; typedef in typeref:struct:x509_purpose_st
505 DECLARE_STACK_OF(X509_PURPOSE)
684 X509_PURPOSE * X509_PURPOSE_get0(int idx);
688 int (*ck)(const X509_PURPOSE *, const X509 *, int),
690 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
691 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
692 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
694 int X509_PURPOSE_get_id(X509_PURPOSE *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dverify.c239 X509_PURPOSE *ptmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dverify.c243 X509_PURPOSE *ptmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dverify.c243 X509_PURPOSE *ptmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dverify.c239 X509_PURPOSE *ptmp;

Completed in 192 milliseconds

123