Searched refs:cx_size (Results 1 – 1 of 1) sorted by relevance
664 const unsigned char *cx_size) { in read_partition_size() argument667 pbi->decrypt_cb(pbi->decrypt_state, cx_size, temp, 3); in read_partition_size()668 cx_size = temp; in read_partition_size()670 return cx_size[0] + (cx_size[1] << 8) + (cx_size[2] << 16); in read_partition_size()