Searched refs:zero_index (Results 1 – 1 of 1) sorted by relevance
179 int zero_index = 0, msg_index, mlen = -1; in RSA_padding_check_PKCS1_type_2() local218 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()219 i, zero_index); in RSA_padding_check_PKCS1_type_2()228 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()234 msg_index = zero_index + 1; in RSA_padding_check_PKCS1_type_2()412 int zero_index = 0, msg_index; in ossl_rsa_padding_check_PKCS1_type_2() local476 zero_index = constant_time_select_int(~found_zero_byte & equals0, in ossl_rsa_padding_check_PKCS1_type_2()477 i, zero_index); in ossl_rsa_padding_check_PKCS1_type_2()486 good &= constant_time_ge(zero_index, 2 + 8); in ossl_rsa_padding_check_PKCS1_type_2()492 msg_index = zero_index + 1; in ossl_rsa_padding_check_PKCS1_type_2()
Completed in 11 milliseconds