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

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c214 unsigned int equals1 = constant_time_eq(db[i], 1); local
216 one_index = constant_time_select_int(~found_one_byte & equals1,
218 found_one_byte |= equals1;

Completed in 114 milliseconds