Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dtasn_dec.c1008 int expected_eoc; in asn1_find_end() local
1016 expected_eoc = 1; in asn1_find_end()
1025 expected_eoc--; in asn1_find_end()
1026 if (expected_eoc == 0) in asn1_find_end()
1039 expected_eoc++; in asn1_find_end()
1044 if (expected_eoc) { in asn1_find_end()