| /third_party/wpa_supplicant/wpa_supplicant-2.9/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/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
|
| /kernel/linux/linux-5.10/drivers/crypto/nx/ |
| H A D | nx-sha256.c | 68 u64 buf_len = (sctx->count % SHA256_BLOCK_SIZE); in nx_sha256_update() local
|
| /kernel/linux/common_modules/newip/src/common/ |
| H A D | nip_hdr_decap.c | 254 int nip_hdr_parse(unsigned char *rcv_buf, unsigned int buf_len, struct nip_hdr_decap *niph) in nip_hdr_parse() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_verifier_log.c | 88 static void test_log_good(char *log, size_t buf_len, size_t log_len, in test_log_good() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | hv_vhca_stats.c | 63 int buf_len, rc; in mlx5e_hv_vhca_stats_work() local 125 int buf_len = mlx5e_hv_vhca_stats_buf_size(priv); in mlx5e_hv_vhca_stats_create() local 33 mlx5e_hv_vhca_fill_stats(struct mlx5e_priv *priv, void *data, int buf_len) mlx5e_hv_vhca_fill_stats() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
| H A D | testmode.c | 46 int ret = 0, buf_len; in wcn36xx_tm_cmd_ptt() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
| H A D | testmode.c | 46 void ath6kl_tm_rx_event(struct ath6kl *ar, void *buf, size_t buf_len) in ath6kl_tm_rx_event() argument 74 int err, buf_len; in ath6kl_tm_cmd() local
|
| /kernel/linux/linux-5.10/drivers/siox/ |
| H A D | siox.h | 29 size_t buf_len; member
|
| /kernel/linux/linux-5.10/samples/watch_queue/ |
| H A D | watch_test.c | 71 ssize_t buf_len; in consumer() local
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| H A D | ima_modsig.c | 40 int ima_read_modsig(enum ima_hooks func, const void *buf, loff_t buf_len, in ima_read_modsig() argument
|
| /kernel/linux/linux-5.10/security/tomoyo/ |
| H A D | realpath.c | 241 unsigned int buf_len = PAGE_SIZE / 2; in tomoyo_realpath_from_path() local
|
| /kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 223 intel_pt_insn_desc(const struct intel_pt_insn *intel_pt_insn, char *buf, size_t buf_len) intel_pt_insn_desc() argument
|
| /kernel/linux/linux-5.10/net/bluetooth/ |
| H A D | ecdh_helper.c | 125 unsigned int buf_len; in set_ecdh_privkey() local
|
| /kernel/linux/linux-5.10/drivers/ssb/ |
| H A D | sprom.c | 23 static int sprom2hex(const u16 *sprom, char *buf, size_t buf_len, in sprom2hex() argument
|
| /kernel/linux/linux-6.6/drivers/siox/ |
| H A D | siox.h | 29 size_t buf_len; member
|
| /kernel/linux/linux-6.6/drivers/ssb/ |
| H A D | sprom.c | 23 static int sprom2hex(const u16 *sprom, char *buf, size_t buf_len, in sprom2hex() argument
|
| /kernel/linux/linux-6.6/drivers/fpga/ |
| H A D | lattice-sysconfig-spi.c | 28 size_t buf_len; in sysconfig_spi_bitstream_burst_init() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | hv_vhca_stats.c | 63 int buf_len, rc; in mlx5e_hv_vhca_stats_work() local 125 int buf_len = mlx5e_hv_vhca_stats_buf_size(priv); in mlx5e_hv_vhca_stats_create() local 33 mlx5e_hv_vhca_fill_stats(struct mlx5e_priv *priv, void *data, int buf_len) mlx5e_hv_vhca_fill_stats() argument
|