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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_oaep.c120 unsigned int good, found_one_byte; local
194 found_one_byte = 0;
201 one_index = constant_time_select_int(~found_one_byte & equals1,
203 found_one_byte |= equals1;
204 good &= (found_one_byte | equals0);
207 good &= found_one_byte;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_oaep.c120 unsigned int good, found_one_byte; local
194 found_one_byte = 0;
201 one_index = constant_time_select_int(~found_one_byte & equals1,
203 found_one_byte |= equals1;
204 good &= (found_one_byte | equals0);
207 good &= found_one_byte;

Completed in 71 milliseconds