Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_oaep.c175 unsigned int good = 0, found_one_byte, mask; in RSA_padding_check_PKCS1_OAEP_mgf1() local
273 found_one_byte = 0; in RSA_padding_check_PKCS1_OAEP_mgf1()
280 one_index = constant_time_select_int(~found_one_byte & equals1, in RSA_padding_check_PKCS1_OAEP_mgf1()
282 found_one_byte |= equals1; in RSA_padding_check_PKCS1_OAEP_mgf1()
283 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()
286 good &= found_one_byte; in RSA_padding_check_PKCS1_OAEP_mgf1()

Completed in 8 milliseconds