Home
last modified time | relevance | path

Searched refs:pnid (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_req.c188 const int *pnid; in STACK_OF() local
193 for (pnid = ext_nids; *pnid != NID_undef; pnid++) { in STACK_OF()
194 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1); in STACK_OF()