Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c443 size_t one_index = 0; in RSA_padding_check_PKCS1_OAEP_mgf1() local
447 one_index = in RSA_padding_check_PKCS1_OAEP_mgf1()
448 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()
460 one_index++; in RSA_padding_check_PKCS1_OAEP_mgf1()
461 size_t mlen = dblen - one_index; in RSA_padding_check_PKCS1_OAEP_mgf1()
467 OPENSSL_memcpy(out, db + one_index, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()