Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_pk1.c178 unsigned int good, found_zero_byte, mask; in RSA_padding_check_PKCS1_type_2() local
214 found_zero_byte = 0; in RSA_padding_check_PKCS1_type_2()
218 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
220 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
411 unsigned int good, found_zero_byte; in ossl_rsa_padding_check_PKCS1_type_2() local
473 found_zero_byte = 0; in ossl_rsa_padding_check_PKCS1_type_2()
476 zero_index = constant_time_select_int(~found_zero_byte & equals0, in ossl_rsa_padding_check_PKCS1_type_2()
478 found_zero_byte |= equals0; in ossl_rsa_padding_check_PKCS1_type_2()

Completed in 8 milliseconds