Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c442 crypto_word_t looking_for_one_byte = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_OAEP_mgf1() local
448 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()
449 looking_for_one_byte = in RSA_padding_check_PKCS1_OAEP_mgf1()
450 constant_time_select_w(equals1, 0, looking_for_one_byte); in RSA_padding_check_PKCS1_OAEP_mgf1()
451 bad |= looking_for_one_byte & ~equals0; in RSA_padding_check_PKCS1_OAEP_mgf1()
454 bad |= looking_for_one_byte; in RSA_padding_check_PKCS1_OAEP_mgf1()