Lines Matching refs:X509_NAME
10 get X509_NAME hashes or get and set issuer or subject names
16 unsigned long X509_NAME_hash_ex(const X509_NAME *x, OSSL_LIB_CTX *libctx,
21 X509_NAME *X509_get_subject_name(const X509 *x);
22 int X509_set_subject_name(X509 *x, const X509_NAME *name);
25 X509_NAME *X509_get_issuer_name(const X509 *x);
26 int X509_set_issuer_name(X509 *x, const X509_NAME *name);
29 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req);
30 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name);
32 X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
33 int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name);
68 and X509_CRL_get_issuer() return an B<X509_NAME> pointer.