Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dtasn_dec.c991 int expected_eoc; in asn1_find_end() local
999 expected_eoc = 1; in asn1_find_end()
1008 expected_eoc--; in asn1_find_end()
1009 if (expected_eoc == 0) in asn1_find_end()
1022 expected_eoc++; in asn1_find_end()
1027 if (expected_eoc) { in asn1_find_end()