Home
last modified time | relevance | path

Searched defs:dtable (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae_pk.c119 u8 dtable[256]; in d_check_char() local
147 u8 dtable[256]; in sae_pk_valid_password() local
252 u8 dtable[256], *out, *pos, tmp; in sae_pk_base32_decode() local
/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
/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
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.h149 nghttp3_ringbuf dtable; member
Dnghttp3_qpack.c983 nghttp3_ringbuf *dtable = &encoder->ctx.dtable; in nghttp3_qpack_encoder_shrink_dtable() local
1344 nghttp3_ringbuf *dtable = &encoder->ctx.dtable; in qpack_encoder_can_index() local
/third_party/ffmpeg/libavcodec/
Dhuffyuvdec.c593 #define GET_VLC_DUAL(dst0, dst1, name, gb, dtable, table1, table2, \ argument