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.c987 int expected_eoc; in asn1_find_end() local
995 expected_eoc = 1; in asn1_find_end()
1004 expected_eoc--; in asn1_find_end()
1005 if (expected_eoc == 0) in asn1_find_end()
1018 expected_eoc++; in asn1_find_end()
1023 if (expected_eoc) { in asn1_find_end()