Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dtasn_dec.c981 uint32_t expected_eoc; in asn1_find_end() local
989 expected_eoc = 1; in asn1_find_end()
998 expected_eoc--; in asn1_find_end()
999 if (expected_eoc == 0) in asn1_find_end()
1012 if (expected_eoc == UINT32_MAX) { in asn1_find_end()
1016 expected_eoc++; in asn1_find_end()
1022 if (expected_eoc) { in asn1_find_end()

Completed in 9 milliseconds