Home
last modified time | relevance | path

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

/freebsd/crypto/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()