Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c260 unsigned int equals1 = constant_time_eq(db[i], 1); in RSA_padding_check_PKCS1_OAEP_mgf1() local
262 one_index = constant_time_select_int(~found_one_byte & equals1, in RSA_padding_check_PKCS1_OAEP_mgf1()
264 found_one_byte |= equals1; in RSA_padding_check_PKCS1_OAEP_mgf1()