Home | History | Annotate | Download | only in smp

Lines Matching defs:p_start

128     UINT8 *p_start = NULL;
141 p_start = (UINT8 *)osi_calloc(SMP_ENCRYT_DATA_SIZE * 4);
146 p = p_start;
148 p_rev_data = p = p_start + SMP_ENCRYT_DATA_SIZE; /* start at byte 16 */
149 REVERSE_ARRAY_TO_STREAM (p, p_start, SMP_ENCRYT_DATA_SIZE); /* byte 16 to byte 31 */
155 smp_debug_print_nbyte_little_endian(p_start, (const UINT8 *)"Plain text", SMP_ENCRYT_DATA_SIZE);
171 osi_free(p_start);