• Home
  • Raw
  • Download

Lines Matching refs:X509_NAME

154 DEFINE_STACK_OF(X509_NAME)
185 X509_NAME *subject;
202 X509_NAME *issuer;
204 X509_NAME *subject;
381 X509_NAME *issuer;
560 OPENSSL_EXPORT X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req);
603 OPENSSL_EXPORT X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
647 X509_NAME *issuer),
807 OPENSSL_EXPORT int X509_NAME_digest(const X509_NAME *name, const EVP_MD *md,
903 OPENSSL_EXPORT X509_NAME *X509_NAME_dup(X509_NAME *xn);
907 OPENSSL_EXPORT int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder,
949 DECLARE_ASN1_FUNCTIONS(X509_NAME)
951 OPENSSL_EXPORT int X509_NAME_set(X509_NAME **xn, X509_NAME *name);
1052 OPENSSL_EXPORT char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
1077 OPENSSL_EXPORT int X509_set_issuer_name(X509 *x, X509_NAME *name);
1078 OPENSSL_EXPORT X509_NAME *X509_get_issuer_name(const X509 *a);
1079 OPENSSL_EXPORT int X509_set_subject_name(X509 *x, X509_NAME *name);
1080 OPENSSL_EXPORT X509_NAME *X509_get_subject_name(const X509 *a);
1089 OPENSSL_EXPORT int X509_REQ_set_subject_name(X509_REQ *req, X509_NAME *name);
1127 OPENSSL_EXPORT int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
1216 OPENSSL_EXPORT int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
1217 OPENSSL_EXPORT unsigned long X509_NAME_hash(X509_NAME *x);
1218 OPENSSL_EXPORT unsigned long X509_NAME_hash_old(X509_NAME *x);
1228 OPENSSL_EXPORT int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm,
1232 OPENSSL_EXPORT int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
1233 OPENSSL_EXPORT int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
1245 OPENSSL_EXPORT int X509_NAME_entry_count(const X509_NAME *name);
1246 OPENSSL_EXPORT int X509_NAME_get_text_by_NID(const X509_NAME *name, int nid,
1248 OPENSSL_EXPORT int X509_NAME_get_text_by_OBJ(const X509_NAME *name,
1254 OPENSSL_EXPORT int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid,
1256 OPENSSL_EXPORT int X509_NAME_get_index_by_OBJ(const X509_NAME *name,
1259 OPENSSL_EXPORT X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name,
1261 OPENSSL_EXPORT X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name,
1263 OPENSSL_EXPORT int X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne,
1265 OPENSSL_EXPORT int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
1269 OPENSSL_EXPORT int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid,
1279 OPENSSL_EXPORT int X509_NAME_add_entry_by_txt(X509_NAME *name,
1458 X509_NAME *name,
1460 OPENSSL_EXPORT X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name);
1528 BORINGSSL_MAKE_DELETER(X509_NAME, X509_NAME_free)