Home
last modified time | relevance | path

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

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