Lines Matching refs:X509_NAME

123 #undef X509_NAME
161 DECLARE_STACK_OF(X509_NAME)
411 X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
426 ASN1_INTEGER *ser, X509_NAME *issuer),
471 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
563 X509_NAME *X509_NAME_dup(X509_NAME *xn);
564 int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder, size_t *pderlen);
671 X509_NAME *X509_NAME_new(void);
672 void X509_NAME_free(X509_NAME *a);
673 X509_NAME *d2i_X509_NAME(X509_NAME **a, const unsigned char **in, long len);
674 int i2d_X509_NAME(X509_NAME *a, unsigned char **out);
677 int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
766 char * X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
789 int X509_set_issuer_name(X509 *x, X509_NAME *name);
790 X509_NAME * X509_get_issuer_name(const X509 *a);
791 int X509_set_subject_name(X509 *x, X509_NAME *name);
792 X509_NAME * X509_get_subject_name(const X509 *a);
813 int X509_REQ_set_subject_name(X509_REQ *req, X509_NAME *name);
814 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *x);
845 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
877 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
878 unsigned long X509_NAME_hash(X509_NAME *x);
879 unsigned long X509_NAME_hash_old(X509_NAME *x);
887 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
891 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
892 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
903 int X509_NAME_entry_count(const X509_NAME *name);
904 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid,
906 int X509_NAME_get_text_by_OBJ(X509_NAME *name,
911 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid,
913 int X509_NAME_get_index_by_OBJ(const X509_NAME *name,
915 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc);
916 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
917 int X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne,
919 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
921 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
927 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
1063 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk,X509_NAME *name,
1065 X509 *X509_find_by_subject(STACK_OF(X509) *sk,X509_NAME *name);