inc_byte_array() function
inc_byte_array - Increment arbitrary length byte array by one @counter: Pointer to byte array @len: Length of the counter in bytes This function increments the last byte of the counter by one and continues rolling over to more significant bytes if the byte was incremented from 0xff to 0x00.