Searched refs:cur_byte (Results 1 – 2 of 2) sorted by relevance
307 const unsigned char *cur_byte; in mbedtls_asn1_write_named_bitstring() local321 cur_byte = buf + byte_len - 1; in mbedtls_asn1_write_named_bitstring()322 cur_byte_shifted = *cur_byte >> unused_bits; in mbedtls_asn1_write_named_bitstring()337 cur_byte_shifted = *--cur_byte; in mbedtls_asn1_write_named_bitstring()
4326 unsigned cur_byte;4354 for( cur_byte = 0; cur_byte < sizeof( should_corrupt_byte ); cur_byte++ )4357 unsigned char * const byte = &serialized_session[ cur_byte ];4359 if( should_corrupt_byte[ cur_byte ] == 0 )
Completed in 12 milliseconds