| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_peap_common.c | 15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) peap_prfplus() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | sha256-prf.c | 64 size_t buf_len = (buf_len_bits + 7) / 8; in sha256_prf_bits() local 30 sha256_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha256_prf() argument
|
| H A D | sha384-prf.c | 64 size_t buf_len = (buf_len_bits + 7) / 8; in sha384_prf_bits() local 30 sha384_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha384_prf() argument
|
| H A D | sha512-prf.c | 64 size_t buf_len = (buf_len_bits + 7) / 8; in sha512_prf_bits() local 30 sha512_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha512_prf() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_peap_common.c | 15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) peap_prfplus() argument
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/json/ |
| H A D | commonutil.c | 29 void byte_to_hex_string(const uint8_t *hex, int32_t hex_len, uint8_t *buf, int32_t buf_len) in byte_to_hex_string() argument 71 void print_bytes(uint8_t *buf, int32_t buf_len) in print_bytes() argument
|
| /base/startup/hvb/libhvb/include/ |
| H A D | hvb_crypto.h | 51 uint32_t buf_len; member
|
| /device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
| H A D | mpp_bitread.h | 119 RK_S32 buf_len; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | bcmbloom.c | 168 bcm_bloom_is_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) bcm_bloom_is_member() argument 227 bcm_bloom_get_filter_data(bcm_bloom_filter_t *bp, uint buf_size, uint8 *buf, uint *buf_len) bcm_bloom_get_filter_data() argument
|
| H A D | dhd_dbg_ring.c | 269 dhd_dbg_ring_pull_single(dhd_dbg_ring_t *ring, void *data, uint32 buf_len, bool strip_header) in dhd_dbg_ring_pull_single() argument 361 dhd_dbg_ring_pull(dhd_dbg_ring_t *ring, void *data, uint32 buf_len, bool strip_hdr) in dhd_dbg_ring_pull() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | subtitles.h | 45 int buf_pos, buf_len; member
|
| /third_party/libunwind/libunwind/src/ppc32/ |
| H A D | Ginit.c | 196 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
|
| /third_party/libunwind/libunwind/src/tilegx/ |
| H A D | Ginit.c | 139 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
|
| /third_party/libunwind/libunwind/src/sh/ |
| H A D | Ginit.c | 162 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
|
| /third_party/libunwind/libunwind/src/hppa/ |
| H A D | Ginit.c | 170 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
|
| /third_party/libunwind/libunwind/src/mips/ |
| H A D | Ginit.c | 174 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
|
| /third_party/libunwind/libunwind/src/ppc64/ |
| H A D | Ginit.c | 219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
|
| /third_party/ltp/testcases/kernel/watchqueue/ |
| H A D | common.h | 132 ssize_t buf_len; in wqueue_consumer() local
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | magic.c | 162 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes() argument 274 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-buffer-deserialize-json.hh | 488 _hb_buffer_deserialize_json(hb_buffer_t *buffer, const char *buf, unsigned int buf_len, const char **end_ptr, hb_font_t *font) _hb_buffer_deserialize_json() argument
|
| H A D | hb-buffer-deserialize-text.hh | 408 _hb_buffer_deserialize_text(hb_buffer_t *buffer, const char *buf, unsigned int buf_len, const char **end_ptr, hb_font_t *font) _hb_buffer_deserialize_text() argument
|
| /third_party/selinux/libselinux/src/ |
| H A D | label_support.c | 156 digest_add_specfile(struct selabel_digest *digest, FILE *fp, char *from_addr, size_t buf_len, const char *path) digest_add_specfile() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | mschapv2.c | 112 mschapv2_verify_auth_response(const u8 *auth_response, const u8 *buf, size_t buf_len) mschapv2_verify_auth_response() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | mschapv2.c | 112 mschapv2_verify_auth_response(const u8 *auth_response, const u8 *buf, size_t buf_len) mschapv2_verify_auth_response() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/drm_hal/ |
| H A D | drm_hal_hdmitx.c | 279 int drm_hal_hdmitx_read_edid(enum drm_hal_hdmitx_id id, unsigned char *buffer, int buf_len) in drm_hal_hdmitx_read_edid() argument
|