Searched refs:byName (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_srv.c254 if (!X509_NAME_set(&respid->value.byName, X509_get_subject_name(cert)))
302 if (respid->value.byName == NULL)
305 return X509_NAME_cmp(respid->value.byName,
H A Docsp_local.h95 * byName [1] Name,
101 X509_NAME *byName; member in union:ocsp_responder_id_st::__anon300
H A Docsp_cl.c217 *pname = rid->value.byName;
235 *pname = X509_NAME_dup(rid->value.byName);
H A Docsp_asn.c72 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
H A Docsp_prn.c174 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
H A Docsp_vfy.c178 return X509_find_by_subject(certs, id->value.byName);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_srv.c238 if (!X509_NAME_set(&respid->value.byName, X509_get_subject_name(cert)))
310 if (respid->value.byName == NULL)
313 return X509_NAME_cmp(respid->value.byName,
H A Docsp_local.h97 * byName [1] Name,
103 X509_NAME *byName; member in union:ocsp_responder_id_st::__anon358
H A Docsp_cl.c190 *pname = rid->value.byName;
208 *pname = X509_NAME_dup(rid->value.byName);
H A Docsp_asn.c72 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
H A Docsp_prn.c174 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
H A Docsp_vfy.c198 return X509_find_by_subject(certs, id->value.byName);
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl_ocsp.c87 * byName [1] Name,
93 X509_NAME *byName; member in union:__anon287::__anon288
177 ASN1_EXP(ResponderID, value.byName, X509_NAME, 1),
279 X509_NAME_print_ex(out, rid->value.byName, 0, XN_FLAG_ONELINE);
466 /* byName */
467 return X509_find_by_subject(certs, rid->value.byName);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c196 q.subject_name = &ocsp->ocsp.tbsResponseData.responderID.u.byName;
1116 _hx509_name_from_Name(&ocsp->ocsp.tbsResponseData.responderID.u.byName, &n);
1119 fprintf(out, " byName: %s\n", s);

Completed in 135 milliseconds