Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c445 crypto_word_t equals1 = constant_time_eq_w(db[i], 1); 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()
450 constant_time_select_w(equals1, 0, looking_for_one_byte); in RSA_padding_check_PKCS1_OAEP_mgf1()