Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_pk1.c216 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local
218 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
220 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
475 unsigned int equals0 = constant_time_is_zero(from[i]); in ossl_rsa_padding_check_PKCS1_type_2() local
476 zero_index = constant_time_select_int(~found_zero_byte & equals0, in ossl_rsa_padding_check_PKCS1_type_2()
478 found_zero_byte |= equals0; in ossl_rsa_padding_check_PKCS1_type_2()
H A Drsa_oaep.c279 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local
283 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()

Completed in 6 milliseconds