| /kernel/linux/linux-6.6/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 235 size_t key_size; member 312 size_t key_size; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | ccp.h | 373 u32 key_size; /* In bits */ member
|
| /kernel/linux/linux-6.6/include/net/bluetooth/ |
| H A D | bluetooth.h | 70 __u8 key_size; member
|
| /kernel/linux/linux-6.6/drivers/firmware/ |
| H A D | qcom_scm.c | 1101 int qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, in qcom_scm_ice_set_key() argument
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | hashtab.c | 197 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size, in htab_elem_set_ptr() argument 203 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size) in htab_elem_get_ptr() argument 634 lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, void *key, u32 key_size) lookup_elem_raw() argument 651 lookup_nulls_elem_raw(struct hlist_nulls_head *head, u32 hash, void *key, u32 key_size, u32 n_buckets) lookup_nulls_elem_raw() argument 679 u32 hash, key_size; __htab_map_lookup_elem() local 836 u32 hash, key_size; htab_map_get_next_key() local 997 alloc_htab_elem(struct bpf_htab *htab, void *key, void *value, u32 key_size, u32 hash, bool percpu, bool onallcpus, struct htab_elem *old_elem) alloc_htab_elem() argument 1101 u32 key_size, hash; htab_map_update_elem() local 1204 u32 key_size, hash; htab_lru_map_update_elem() local 1273 u32 key_size, hash; __htab_percpu_map_update_elem() local 1328 u32 key_size, hash; __htab_lru_percpu_map_update_elem() local 1410 u32 hash, key_size; htab_map_delete_elem() local 1446 u32 hash, key_size; htab_lru_map_delete_elem() local 1592 u32 hash, key_size; __htab_map_lookup_and_delete_elem() local 1686 u32 bucket_cnt, total, key_size, value_size, roundup_key_size; __htab_map_lookup_and_delete_batch() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
| H A D | ocs-aes.c | 477 int ocs_aes_set_key(struct ocs_aes_dev *aes_dev, u32 key_size, const u8 *key, in ocs_aes_set_key() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni.h | 975 u8 key_size; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| H A D | firmware.c | 61 u32 key_size; /* in DWORDs */ member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
| H A D | cmd.h | 389 u8 key_size; member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore_i.h | 210 u8 key_size; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| H A D | intel_dmc.c | 171 u32 key_size; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 68 __u32 key_size; member [all...] |
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | hci_conn.c | 571 hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, __u8 ltk[16], __u8 key_size) hci_le_start_enc() argument
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 267 __u32 key_size; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/wimax/ |
| H A D | i2400m.h | 18 __le32 key_size; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/wimax/ |
| H A D | i2400m.h | 31 __le32 key_size; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/wimax/ |
| H A D | i2400m.h | 31 __le32 key_size; member
|
| /third_party/libbpf/src/ |
| H A D | libbpf_internal.h | 298 __u32 key_size; member
|
| /third_party/libcoap/src/ |
| H A D | coap_tinydtls.c | 576 verify_ecdsa_key(struct dtls_context_t *dtls_context COAP_UNUSED, const session_t *dtls_session COAP_UNUSED, const uint8_t *other_pub_x, const uint8_t *other_pub_y, size_t key_size) verify_ecdsa_key() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_context.c | 441 unsigned key_size, hash_key; in cso_set_blend() local 503 unsigned key_size = sizeof(struct pipe_depth_stencil_alpha_state); in cso_set_depth_stencil_alpha() local 565 unsigned key_size = sizeof(struct pipe_rasterizer_state); in cso_set_rasterizer() local 1032 unsigned key_size, hash_key; cso_set_vertex_elements_direct() local 1217 set_sampler(struct cso_context *ctx, enum pipe_shader_type shader_stage, unsigned idx, const struct pipe_sampler_state *templ, size_t key_size) set_sampler() argument 1286 set_samplers(struct cso_context *ctx, enum pipe_shader_type shader_stage, unsigned nr, const struct pipe_sampler_state **templates, size_t key_size) set_samplers() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_shader.h | 456 unsigned key_size = sizeof(*a); in svga_compile_keys_equal() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_blorp.c | 27 lookup_blorp_shader(struct blorp_batch *batch, const void *key, uint32_t key_size, uint32_t *kernel_out, void *prog_data_out) lookup_blorp_shader() argument 52 upload_blorp_shader(struct blorp_batch *batch, uint32_t stage, const void *key, uint32_t key_size, const void *kernel, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) upload_blorp_shader() argument
|
| /third_party/ltp/include/lapi/ |
| H A D | bpf.h | 185 uint32_t key_size; /* size of key in bytes */ member
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 2599 unsigned key_size = 0; in iris_create_shader_state() local 1207 find_or_add_variant(const struct iris_screen *screen, struct iris_uncompiled_shader *ish, enum iris_program_cache_id cache_id, const void *key, unsigned key_size, bool *added) find_or_add_variant() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 389 unsigned key_size, hash_key; in u_vbuf_set_vertex_elements_internal() local
|