Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c975 uint32_t expected_eoc; in asn1_find_end() local
983 expected_eoc = 1; in asn1_find_end()
992 expected_eoc--; in asn1_find_end()
993 if (expected_eoc == 0) in asn1_find_end()
1006 if (expected_eoc == UINT32_MAX) { in asn1_find_end()
1010 expected_eoc++; in asn1_find_end()
1016 if (expected_eoc) { in asn1_find_end()