Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Dpadding.c229 int first_byte_is_zero, second_byte_is_two, looking_for_index; in RSA_message_index_PKCS1_type_2() local
242 second_byte_is_two = constant_time_byte_eq(from[1], 2); in RSA_message_index_PKCS1_type_2()
254 valid_index &= second_byte_is_two; in RSA_message_index_PKCS1_type_2()