Searched defs:to_check (Results 1 – 2 of 2) sorted by relevance
96 size_t to_check = 256; // maximum amount of padding, inc length byte. in EVP_tls_cbc_remove_padding() local
11036 static inline bool Equals(State* state_1, State* state_2, int to_check) { in Equals()11047 int to_check = Min(state_1_.length_, state_2_.length_); in Equals() local