Searched refs:seqDecoder (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dasn.h220 void BERDecode(BERSequenceDecoder &seqDecoder, byte tag, byte mask = ~CONSTRUCTED) argument
223 if (seqDecoder.Peek(b) && (b & mask) == tag)
224 reset(new T(seqDecoder));

Completed in 65 milliseconds