HomeSort by relevance Sort by last modified time
    Searched defs:pnid (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_req.c 186 int idx, *pnid; local
191 for (pnid = ext_nids; *pnid != NID_undef; pnid++)
193 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
  /external/openssl/crypto/x509/
x509_req.c 190 int idx, *pnid; local
195 for (pnid = ext_nids; *pnid != NID_undef; pnid++)
197 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);

Completed in 72 milliseconds