Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c210 crypto_word_t zero_index = 0, looking_for_index = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_type_2() local
213 zero_index = in RSA_padding_check_PKCS1_type_2()
214 constant_time_select_w(looking_for_index & equals0, i, zero_index); in RSA_padding_check_PKCS1_type_2()
226 valid_index &= constant_time_ge_w(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
229 zero_index++; in RSA_padding_check_PKCS1_type_2()
241 const size_t msg_len = from_len - zero_index; in RSA_padding_check_PKCS1_type_2()
249 OPENSSL_memcpy(out, &from[zero_index], msg_len); in RSA_padding_check_PKCS1_type_2()