Searched refs:zero_index (Results 1 – 1 of 1) sorted by relevance
178 int zero_index = 0, msg_index, mlen = -1; in RSA_padding_check_PKCS1_type_2() local217 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()218 i, zero_index); in RSA_padding_check_PKCS1_type_2()227 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()233 msg_index = zero_index + 1; in RSA_padding_check_PKCS1_type_2()410 int zero_index = 0, msg_index; in ossl_rsa_padding_check_PKCS1_type_2() local475 zero_index = constant_time_select_int(~found_zero_byte & equals0, in ossl_rsa_padding_check_PKCS1_type_2()476 i, zero_index); in ossl_rsa_padding_check_PKCS1_type_2()485 good &= constant_time_ge(zero_index, 2 + 8); in ossl_rsa_padding_check_PKCS1_type_2()491 msg_index = zero_index + 1; in ossl_rsa_padding_check_PKCS1_type_2()