Searched refs:X509_NAME (Results 1 - 25 of 218) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_name.c71 static int x509_name_encode(X509_NAME *a);
94 * representing the ASN1. Unfortunately X509_NAME uses a completely different
108 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
110 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
111 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
115 X509_NAME *ret = NULL;
116 ret = OPENSSL_malloc(sizeof(X509_NAME));
138 X509_NAME *a;
141 a = (X509_NAME *)*pval;
151 * already present in the X509_NAME structur
[all...]
H A Dx_req.c95 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_name.c70 * Maximum length of X509_NAME: much larger than anything we should
86 static int x509_name_encode(X509_NAME *a);
87 static int x509_name_canon(X509_NAME *a);
119 * representing the ASN1. Unfortunately X509_NAME uses a completely different
134 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
136 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
138 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
142 X509_NAME *ret = NULL;
143 ret = OPENSSL_malloc(sizeof(X509_NAME));
168 X509_NAME *
[all...]
H A Dx_req.c98 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_name.c70 * Maximum length of X509_NAME: much larger than anything we should
86 static int x509_name_encode(X509_NAME *a);
87 static int x509_name_canon(X509_NAME *a);
119 * representing the ASN1. Unfortunately X509_NAME uses a completely different
134 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
136 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
138 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
142 X509_NAME *ret = NULL;
143 ret = OPENSSL_malloc(sizeof(X509_NAME));
168 X509_NAME *
[all...]
H A Dx_req.c98 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509rset.c73 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
H A Dx509name.c67 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
77 int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, char *buf,
95 int X509_NAME_entry_count(X509_NAME *name)
102 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
113 int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int lastpos)
133 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
142 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
181 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
195 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
209 int X509_NAME_add_entry_by_txt(X509_NAME *nam
[all...]
H A Dx509.h117 # undef X509_NAME macro
190 } /* X509_NAME */ ;
192 DECLARE_STACK_OF(X509_NAME)
229 X509_NAME *subject;
246 X509_NAME *issuer;
248 X509_NAME *subject;
444 X509_NAME *issuer;
614 X509_NAME *issuer),
665 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
761 X509_NAME *X509_NAME_du
[all...]
H A Dx509_cmp.c132 X509_NAME *X509_get_issuer_name(X509 *a)
149 X509_NAME *X509_get_subject_name(X509 *a)
202 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
209 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
215 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
229 unsigned long X509_NAME_hash(X509_NAME *x)
234 /* Make sure X509_NAME structure contains valid cached encoding */
252 unsigned long X509_NAME_hash_old(X509_NAME *x)
258 /* Make sure X509_NAME structur
[all...]
H A Dx509_vfy.h148 int (*get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name,
150 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name,
210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
211 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
268 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
269 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
455 X509_NAME *name);
457 int type, X509_NAME *name);
465 STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
466 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *n
[all...]
H A Dx509_set.c99 int X509_set_issuer_name(X509 *x, X509_NAME *name)
106 int X509_set_subject_name(X509 *x, X509_NAME *name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509rset.c72 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
H A Dx509name.c67 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
76 int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, char *buf,
92 int X509_NAME_entry_count(X509_NAME *name)
98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
108 int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
129 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
138 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
174 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
186 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
198 int X509_NAME_add_entry_by_txt(X509_NAME *nam
[all...]
H A Dx509.h117 #undef X509_NAME macro
193 } /* X509_NAME */;
195 DECLARE_STACK_OF(X509_NAME)
229 X509_NAME *subject;
248 X509_NAME *issuer;
250 X509_NAME *subject;
438 X509_NAME *issuer;
702 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((int (*)())i2d_X509_NAME, \
777 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
865 X509_NAME *X509_NAME_du
[all...]
H A Dx509_cmp.c119 X509_NAME *X509_get_issuer_name(X509 *a)
129 X509_NAME *X509_get_subject_name(X509 *a)
268 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
321 unsigned long X509_NAME_hash(X509_NAME *x)
326 /* Make sure X509_NAME structure contains valid cached encoding */
338 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
360 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509rset.c73 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
H A Dx509name.c67 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
77 int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, char *buf,
95 int X509_NAME_entry_count(X509_NAME *name)
102 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
113 int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int lastpos)
133 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
142 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
181 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
195 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
209 int X509_NAME_add_entry_by_txt(X509_NAME *nam
[all...]
H A Dx509.h117 # undef X509_NAME macro
190 } /* X509_NAME */ ;
192 DECLARE_STACK_OF(X509_NAME)
229 X509_NAME *subject;
246 X509_NAME *issuer;
248 X509_NAME *subject;
444 X509_NAME *issuer;
614 X509_NAME *issuer),
665 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
761 X509_NAME *X509_NAME_du
[all...]
H A Dx509_cmp.c132 X509_NAME *X509_get_issuer_name(X509 *a)
149 X509_NAME *X509_get_subject_name(X509 *a)
202 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
209 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
215 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
229 unsigned long X509_NAME_hash(X509_NAME *x)
234 /* Make sure X509_NAME structure contains valid cached encoding */
252 unsigned long X509_NAME_hash_old(X509_NAME *x)
258 /* Make sure X509_NAME structur
[all...]
H A Dx509_vfy.h148 int (*get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name,
150 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name,
210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
211 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
268 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
269 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
455 X509_NAME *name);
457 int type, X509_NAME *name);
465 STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
466 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_cert.c546 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
554 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
557 STACK_OF(X509_NAME) *ret;
558 X509_NAME *name;
573 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
578 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list)
583 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
588 STACK_OF(X509_NAME) *SSL_get_client_CA_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c775 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,
776 STACK_OF(X509_NAME) *name_list)
784 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
787 STACK_OF(X509_NAME) *ret;
788 X509_NAME *name;
801 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
806 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
811 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
816 STACK_OF(X509_NAME) *SSL_get_client_CA_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c775 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,
776 STACK_OF(X509_NAME) *name_list)
784 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
787 STACK_OF(X509_NAME) *ret;
788 X509_NAME *name;
801 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
806 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
811 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
816 STACK_OF(X509_NAME) *SSL_get_client_CA_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h117 #undef X509_NAME macro
193 } /* X509_NAME */;
195 DECLARE_STACK_OF(X509_NAME)
229 X509_NAME *subject;
248 X509_NAME *issuer;
250 X509_NAME *subject;
438 X509_NAME *issuer;
702 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((int (*)())i2d_X509_NAME, \
777 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
865 X509_NAME *X509_NAME_du
[all...]

Completed in 300 milliseconds

123456789