Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c175 int zero_index = 0, msg_index, mlen = -1; in RSA_padding_check_PKCS1_type_2() local
216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
217 i, zero_index); in RSA_padding_check_PKCS1_type_2()
226 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
232 msg_index = zero_index + 1; in RSA_padding_check_PKCS1_type_2()