Lines Matching refs:X509_NAME
77 DEFINE_STACK_OF(X509_NAME)
340 X509_NAME *issuer),
389 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
483 X509_NAME *X509_NAME_dup(X509_NAME *xn);
546 DECLARE_ASN1_FUNCTIONS(X509_NAME)
548 int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
610 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
640 int X509_set_issuer_name(X509 *x, X509_NAME *name);
641 X509_NAME *X509_get_issuer_name(const X509 *a);
642 int X509_set_subject_name(X509 *x, X509_NAME *name);
643 X509_NAME *X509_get_subject_name(const X509 *a);
679 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req);
680 int X509_REQ_set_subject_name(X509_REQ *req, X509_NAME *name);
716 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
732 X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
774 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
775 unsigned long X509_NAME_hash(X509_NAME *x);
776 unsigned long X509_NAME_hash_old(X509_NAME *x);
787 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
791 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
792 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
804 int X509_NAME_entry_count(const X509_NAME *name);
805 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len);
806 int X509_NAME_get_text_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
813 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos);
814 int X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
816 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc);
817 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
818 int X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne,
820 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type,
823 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
834 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
848 int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder,
978 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
980 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name);