Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Dpadding.c511 int equals1 = constant_time_byte_eq(db[i], 1); in RSA_padding_check_PKCS1_OAEP_mgf1() local
514 constant_time_select(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()
516 constant_time_select(equals1, 0, looking_for_one_byte); in RSA_padding_check_PKCS1_OAEP_mgf1()