Lines Matching refs:X509_NAME

54     generate_stack_macros("X509_NAME")
310 X509_NAME *issuer),
358 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
481 DECLARE_ASN1_DUP_FUNCTION(X509_NAME)
550 DECLARE_ASN1_FUNCTIONS(X509_NAME)
552 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name);
608 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
646 int X509_set_issuer_name(X509 *x, const X509_NAME *name);
647 X509_NAME *X509_get_issuer_name(const X509 *a);
648 int X509_set_subject_name(X509 *x, const X509_NAME *name);
649 X509_NAME *X509_get_subject_name(const X509 *a);
686 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req);
687 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name);
726 int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name);
744 X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
795 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
801 unsigned long X509_NAME_hash_ex(const X509_NAME *x, OSSL_LIB_CTX *libctx,
803 unsigned long X509_NAME_hash_old(const X509_NAME *x);
814 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
818 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
819 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
831 int X509_NAME_entry_count(const X509_NAME *name);
832 int X509_NAME_get_text_by_NID(const X509_NAME *name, int nid,
834 int X509_NAME_get_text_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,
841 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);
842 int X509_NAME_get_index_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,
844 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc);
845 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
846 int X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne,
848 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type,
851 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
862 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
876 int X509_NAME_get0_der(const X509_NAME *nm, const unsigned char **pder,
1004 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, const X509_NAME *name,
1006 X509 *X509_find_by_subject(STACK_OF(X509) *sk, const X509_NAME *name);