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.c973 uint32_t expected_eoc; in asn1_find_end() local
981 expected_eoc = 1; in asn1_find_end()
990 expected_eoc--; in asn1_find_end()
991 if (expected_eoc == 0) in asn1_find_end()
1004 if (expected_eoc == UINT32_MAX) { in asn1_find_end()
1008 expected_eoc++; in asn1_find_end()
1014 if (expected_eoc) { in asn1_find_end()

Completed in 10 milliseconds