Home
last modified time | relevance | path

Searched refs:dtable (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbase64.c90 unsigned char dtable[256], *out, *pos, block[4], tmp; in base64_gen_decode() local
95 os_memset(dtable, 0x80, 256); in base64_gen_decode()
97 dtable[table[i]] = (unsigned char) i; in base64_gen_decode()
98 dtable['='] = 0; in base64_gen_decode()
102 if (dtable[src[i]] != 0x80) in base64_gen_decode()
123 tmp = dtable[val]; in base64_gen_decode()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae_pk.c119 u8 dtable[256]; in d_check_char() local
123 os_memset(dtable, 0x80, 256); in d_check_char()
125 dtable[(u8) sae_pk_base32_table[i]] = i; in d_check_char()
130 c = dtable[(u8) str[j]]; in d_check_char()
147 u8 dtable[256]; in sae_pk_valid_password() local
149 os_memset(dtable, 0x80, 256); in sae_pk_valid_password()
151 dtable[(u8) sae_pk_base32_table[i]] = i; in sae_pk_valid_password()
169 if (dtable[(u8) pw[pos]] == 0x80) { in sae_pk_valid_password()
184 sec_1b = dtable[(u8) pw[0]] & BIT(4); in sae_pk_valid_password()
186 if (sec_1b != (dtable[(u8) pw[i]] & BIT(4))) { in sae_pk_valid_password()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbase64.c92 unsigned char dtable[256], *out, *pos, block[4], tmp; in base64_gen_decode() local
97 os_memset(dtable, 0x80, 256); in base64_gen_decode()
99 dtable[(unsigned char) table[i]] = (unsigned char) i; in base64_gen_decode()
100 dtable['='] = 0; in base64_gen_decode()
104 if (dtable[(unsigned char) src[i]] != 0x80) in base64_gen_decode()
125 tmp = dtable[val]; in base64_gen_decode()
/third_party/mesa3d/docs/relnotes/
D17.0.5.rst46 - cherry-ignore: remove unused anv_dispatch_table dtable
47 - cherry-ignore: remove unused radv_dispatch_table dtable
/third_party/libxml2/
Dxmlwriter.c1544 static unsigned char dtable[64] = in xmlOutputBufferWriteBase64() local
1576 ogroup[0] = dtable[igroup[0] >> 2]; in xmlOutputBufferWriteBase64()
1577 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)]; in xmlOutputBufferWriteBase64()
1579 dtable[((igroup[1] & 0xF) << 2) | (igroup[2] >> 6)]; in xmlOutputBufferWriteBase64()
1580 ogroup[3] = dtable[igroup[2] & 0x3F]; in xmlOutputBufferWriteBase64()
/third_party/ffmpeg/libavcodec/
Dhuffyuvdec.c599 #define GET_VLC_DUAL(dst0, dst1, name, gb, dtable, table1, table2, \ argument
603 int code, n = dtable[index][1]; \
613 code = dtable[index][0]; \
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58615 FSE_DTable dtable[1]; member
/third_party/chromium/patch/
D0001-cve.patch135190 - static unsigned char dtable[64] =
135191 + static const unsigned char dtable[64] =