Lines Matching refs:X509_NAME
161 DEFINE_STACK_OF(X509_NAME)
195 X509_NAME *subject;
214 X509_NAME *issuer;
216 X509_NAME *subject;
407 X509_NAME *issuer;
551 ASN1_INTEGER *ser, X509_NAME *issuer),
599 OPENSSL_EXPORT int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
693 OPENSSL_EXPORT X509_NAME *X509_NAME_dup(X509_NAME *xn);
697 OPENSSL_EXPORT int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder,
750 DECLARE_ASN1_FUNCTIONS(X509_NAME)
752 OPENSSL_EXPORT int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
804 OPENSSL_EXPORT char * X509_NAME_oneline(X509_NAME *a,char *buf,int size);
826 OPENSSL_EXPORT int X509_set_issuer_name(X509 *x, X509_NAME *name);
827 OPENSSL_EXPORT X509_NAME * X509_get_issuer_name(X509 *a);
828 OPENSSL_EXPORT int X509_set_subject_name(X509 *x, X509_NAME *name);
829 OPENSSL_EXPORT X509_NAME * X509_get_subject_name(X509 *a);
841 OPENSSL_EXPORT int X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name);
875 OPENSSL_EXPORT int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
920 OPENSSL_EXPORT int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
921 OPENSSL_EXPORT unsigned long X509_NAME_hash(X509_NAME *x);
922 OPENSSL_EXPORT unsigned long X509_NAME_hash_old(X509_NAME *x);
931 OPENSSL_EXPORT int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags);
934 OPENSSL_EXPORT int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
935 OPENSSL_EXPORT int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags);
944 OPENSSL_EXPORT int X509_NAME_entry_count(X509_NAME *name);
945 OPENSSL_EXPORT int X509_NAME_get_text_by_NID(X509_NAME *name, int nid,
947 OPENSSL_EXPORT int X509_NAME_get_text_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
952 OPENSSL_EXPORT int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
953 OPENSSL_EXPORT int X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
955 OPENSSL_EXPORT X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc);
956 OPENSSL_EXPORT X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
957 OPENSSL_EXPORT int X509_NAME_add_entry(X509_NAME *name,X509_NAME_ENTRY *ne,
959 OPENSSL_EXPORT int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
961 OPENSSL_EXPORT int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
967 OPENSSL_EXPORT int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
1073 OPENSSL_EXPORT X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk,X509_NAME *name,
1075 OPENSSL_EXPORT X509 *X509_find_by_subject(STACK_OF(X509) *sk,X509_NAME *name);
1145 BORINGSSL_MAKE_DELETER(X509_NAME, X509_NAME_free)