Lines Matching refs:X509_NAME

159 	} X509_NAME;  typedef
161 DECLARE_STACK_OF(X509_NAME)
197 X509_NAME *subject;
216 X509_NAME *issuer;
218 X509_NAME *subject;
410 X509_NAME *issuer;
589 ASN1_INTEGER *ser, X509_NAME *issuer),
638 OPENSSL_EXPORT int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
723 OPENSSL_EXPORT X509_NAME *X509_NAME_dup(X509_NAME *xn);
776 DECLARE_ASN1_FUNCTIONS(X509_NAME)
778 OPENSSL_EXPORT int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
832 OPENSSL_EXPORT char * X509_NAME_oneline(X509_NAME *a,char *buf,int size);
854 OPENSSL_EXPORT int X509_set_issuer_name(X509 *x, X509_NAME *name);
855 OPENSSL_EXPORT X509_NAME * X509_get_issuer_name(X509 *a);
856 OPENSSL_EXPORT int X509_set_subject_name(X509 *x, X509_NAME *name);
857 OPENSSL_EXPORT X509_NAME * X509_get_subject_name(X509 *a);
866 OPENSSL_EXPORT int X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name);
895 OPENSSL_EXPORT int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
929 OPENSSL_EXPORT int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
930 OPENSSL_EXPORT unsigned long X509_NAME_hash(X509_NAME *x);
931 OPENSSL_EXPORT unsigned long X509_NAME_hash_old(X509_NAME *x);
940 OPENSSL_EXPORT int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags);
943 OPENSSL_EXPORT int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
944 OPENSSL_EXPORT int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags);
953 OPENSSL_EXPORT int X509_NAME_entry_count(X509_NAME *name);
954 OPENSSL_EXPORT int X509_NAME_get_text_by_NID(X509_NAME *name, int nid,
956 OPENSSL_EXPORT int X509_NAME_get_text_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
961 OPENSSL_EXPORT int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
962 OPENSSL_EXPORT int X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
964 OPENSSL_EXPORT X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc);
965 OPENSSL_EXPORT X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
966 OPENSSL_EXPORT int X509_NAME_add_entry(X509_NAME *name,X509_NAME_ENTRY *ne,
968 OPENSSL_EXPORT int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
970 OPENSSL_EXPORT int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
976 OPENSSL_EXPORT int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
1100 OPENSSL_EXPORT X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk,X509_NAME *name,
1102 OPENSSL_EXPORT X509 *X509_find_by_subject(STACK_OF(X509) *sk,X509_NAME *name);