Searched refs:one_index (Results 1 – 2 of 2) sorted by relevance
185 one_index = mask_str.find('1')196 if one_index != -1:198 test_bid = bid_int ^ (1 << one_index)219 one_index = flag_str_pad_rev.find('1')232 if one_index != -1:233 test_flags = self.test_flags ^ (1 << one_index)
443 size_t one_index = 0; in RSA_padding_check_PKCS1_OAEP_mgf1() local447 one_index = in RSA_padding_check_PKCS1_OAEP_mgf1()448 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()460 one_index++; in RSA_padding_check_PKCS1_OAEP_mgf1()461 size_t mlen = dblen - one_index; in RSA_padding_check_PKCS1_OAEP_mgf1()467 OPENSSL_memcpy(out, db + one_index, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()