Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pk1.c214 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local
216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
218 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
H A Drsa_oaep.c261 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local
265 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()
/third_party/openssl/crypto/rsa/
H A Drsa_pk1.c214 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local
216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
218 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
H A Drsa_oaep.c261 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local
265 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()

Completed in 3 milliseconds