Lines Matching refs:x00
35 * (BT=0: PS=0x00, BT=1: PS=0xff, BT=2: PS=pseudorandom non-zero)
49 *pos++ = 0x00;
54 os_memset(pos, 0x00, ps_len);
68 if (*pos == 0x00)
78 *pos++ = 0x00;
154 plain[0] != 0x00 || (plain[1] != 0x00 && plain[1] != 0x01)) {
161 if (plain[1] == 0x00) {
163 if (plain[2] != 0x00) {
168 while (pos + 1 < plain + len && *pos == 0x00 && pos[1] == 0x00)
188 if (pos + 16 /* min hash len */ >= plain + len || *pos != 0x00) {