Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_ssl.c105 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_SSLv23() local
107 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_SSLv23()
109 found_zero_byte |= equals0; in RSA_padding_check_SSLv23()
Drsa_pk1.c202 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local
204 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
206 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
Drsa_oaep.c214 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local
218 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()