Searched defs:pbn (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_crld.c196 const BIT_STRING_BITNAME *pbn; local
212 for (pbn = reason_flags; pbn->lname; pbn++) {
213 if (!strcmp(pbn->sname, bnam)) {
214 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1))
219 if (!pbn->lname)
233 const BIT_STRING_BITNAME *pbn; local
235 for (pbn = reason_flags; pbn
[all...]

Completed in 52 milliseconds