Searched refs:X509 (Results 76 - 100 of 1075) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dx509_ext.c114 int X509_get_ext_count(X509 *x)
119 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
124 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
129 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
155 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
H A Dx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
71 static int obj_trust(int id, X509 *x, int flags);
72 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
108 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
110 int (*oldtrust) (int, X509 *, int);
116 int X509_check_trust(X509 *x, int id, int flags)
178 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, in
[all...]
H A Dx509.h299 } /* X509 */ ;
301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *
[all...]
H A Dx509_vfy.h128 X509 *x509;
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
209 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
242 X509 *cert;
244 STACK_OF(X509) *untruste
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509/
H A Dx509_ext.c115 int X509_get_ext_count(X509 *x)
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
130 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
155 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
H A Dx509_trs.c68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
103 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
105 int (*oldtrust)(int , X509 *, int);
112 int X509_check_trust(X509 *x, int id, int flags)
159 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509/
H A Dx509_ext.c115 int X509_get_ext_count(X509 *x)
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
130 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
155 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
H A Dx509_trs.c68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
103 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
105 int (*oldtrust)(int , X509 *, int);
112 int X509_check_trust(X509 *x, int id, int flags)
159 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dx509_ext.c114 int X509_get_ext_count(X509 *x)
119 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
124 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
129 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
155 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
H A Dx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
71 static int obj_trust(int id, X509 *x, int flags);
72 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
108 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
110 int (*oldtrust) (int, X509 *, int);
116 int X509_check_trust(X509 *x, int id, int flags)
178 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, in
[all...]
H A Dx509.h299 } /* X509 */ ;
301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509/
H A Dx509_ext.c114 int X509_get_ext_count(X509 *x)
119 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
124 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
129 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
155 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
H A Dx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
71 static int obj_trust(int id, X509 *x, int flags);
72 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
108 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
110 int (*oldtrust) (int, X509 *, int);
116 int X509_check_trust(X509 *x, int id, int flags)
178 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, in
[all...]
H A Dx509.h299 } /* X509 */ ;
301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509/
H A Dx509_ext.c115 int X509_get_ext_count(X509 *x)
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
130 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
155 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
H A Dx509_trs.c68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
103 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
105 int (*oldtrust)(int , X509 *, int);
112 int X509_check_trust(X509 *x, int id, int flags)
159 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509v3/
H A Dv3_purp.c65 static void x509v3_cache_extensions(X509 *x);
67 static int check_ssl_ca(const X509 *x);
68 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,
74 static int purpose_smime(const X509 *x, int ca);
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 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_purp.c64 static void x509v3_cache_extensions(X509 *x);
66 static int check_ssl_ca(const X509 *x);
67 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);
70 static int purpose_smime(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 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_purp.c64 static void x509v3_cache_extensions(X509 *x);
66 static int check_ssl_ca(const X509 *x);
67 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);
70 static int purpose_smime(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 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509v3/
H A Dv3_purp.c65 static void x509v3_cache_extensions(X509 *x);
67 static int check_ssl_ca(const X509 *x);
68 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,
74 static int purpose_smime(const X509 *x, int ca);
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 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509v3/
H A Dv3_purp.c65 static void x509v3_cache_extensions(X509 *x);
67 static int check_ssl_ca(const X509 *x);
68 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,
74 static int purpose_smime(const X509 *x, int ca);
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 *
[all...]
/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.c64 static void x509v3_cache_extensions(X509 *x);
66 static int check_ssl_ca(const X509 *x);
67 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);
70 static int purpose_smime(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 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dx509.h299 } /* X509 */ ;
301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dx509.h299 } /* X509 */ ;
301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dx509.h299 } /* X509 */ ;
301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *
[all...]

Completed in 286 milliseconds

1234567891011>>