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

/external/openssl/crypto/rsa/
H A Drsa_oaep.c100 unsigned int good, found_one_byte; local
166 found_one_byte = 0;
172 one_index = constant_time_select_int(~found_one_byte & equals1,
174 found_one_byte |= equals1;
175 good &= (found_one_byte | equals0);
178 good &= found_one_byte;

Completed in 328 milliseconds