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

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c93 unsigned int good, found_one_byte; local
158 found_one_byte = 0;
165 one_index = constant_time_select_int(~found_one_byte & equals1,
167 found_one_byte |= equals1;
168 good &= (found_one_byte | equals0);
171 good &= found_one_byte;

Completed in 47 milliseconds