Lines Matching refs:X509_NAME
11 get X509_NAME hashes or get and set issuer or subject names
17 unsigned long X509_NAME_hash_ex(const X509_NAME *x, OSSL_LIB_CTX *libctx,
20 X509_NAME *X509_get_subject_name(const X509 *x);
21 int X509_set_subject_name(X509 *x, const X509_NAME *name);
24 X509_NAME *X509_get_issuer_name(const X509 *x);
25 int X509_set_issuer_name(X509 *x, const X509_NAME *name);
28 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req);
29 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name);
31 X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
32 int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name);
36 X509_NAME *X509_ACERT_get0_issuerName(const X509_ACERT *x);
37 int X509_ACERT_set1_issuerName(X509_ACERT *x, const X509_NAME *name);
84 an B<X509_NAME> pointer.