Searched refs:ext_nids (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c123 static int *ext_nids = ext_nid_list; variable
129 nid = ext_nids[i];
137 return ext_nids;
142 ext_nids = nids;
152 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
154 for (pnid = ext_nids; *pnid != NID_undef; pnid++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c163 static int *ext_nids = ext_nid_list; variable
169 nid = ext_nids[i];
177 return ext_nids;
182 ext_nids = nids;
192 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
194 for (pnid = ext_nids; *pnid != NID_undef; pnid++)

Completed in 13 milliseconds