Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Dpadding.c457 int bad, looking_for_one_byte, one_index = 0; in RSA_padding_check_PKCS1_OAEP_mgf1() local
513 one_index = in RSA_padding_check_PKCS1_OAEP_mgf1()
514 constant_time_select(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()
526 one_index++; in RSA_padding_check_PKCS1_OAEP_mgf1()
527 mlen = dblen - one_index; in RSA_padding_check_PKCS1_OAEP_mgf1()
533 memcpy(to, db + one_index, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()