X509V3_get_d2i
LCRYPTO_USED(X509V3_get_d2i);
return X509V3_get_d2i(x->tbsRequest->requestExtensions, nid, crit, idx);
return X509V3_get_d2i(x->singleRequestExtensions, nid, crit, idx);
return X509V3_get_d2i(x->tbsResponseData->responseExtensions, nid,
return X509V3_get_d2i(x->singleExtensions, nid, crit, idx);
return X509V3_get_d2i(a->extensions, nid, crit, idx);
return X509V3_get_d2i(a->extensions, nid, crit, idx);
return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx);
return X509V3_get_d2i(x->extensions, nid, crit, idx);
LCRYPTO_ALIAS(X509V3_get_d2i);
gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, NULL)) == NULL) {
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, NULL)) == NULL) {
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, NULL)) == NULL) {
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
if ((ext = X509V3_get_d2i(NULL, NID_undef, NULL, NULL)) != NULL) {
if (X509V3_get_d2i(NULL, NID_undef, &crit, &idx) != NULL) {
if ((abs = X509V3_get_d2i(exts, nid, &crit, NULL)) != NULL) {
if ((bc = X509V3_get_d2i(exts, nid, &crit, NULL)) != NULL) {
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) {
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) {
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) {
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) != NULL) {