Home
last modified time | relevance | path

Searched defs:key_size (Results 151 - 175 of 257) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/fs/ecryptfs/
H A Decryptfs_kernel.h235 size_t key_size; member
312 size_t key_size; member
/kernel/linux/linux-6.6/include/linux/
H A Dccp.h373 u32 key_size; /* In bits */ member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h70 __u8 key_size; member
/kernel/linux/linux-6.6/drivers/firmware/
H A Dqcom_scm.c1101 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 Dhashtab.c197 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 Docs-aes.c477 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 Ddpni.h975 u8 key_size; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dfirmware.c61 u32 key_size; /* in DWORDs */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dcmd.h389 u8 key_size; member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h210 u8 key_size; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c171 u32 key_size; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c68 __u32 key_size; member
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c571 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 Dlibbpf_internal.h267 __u32 key_size; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/wimax/
H A Di2400m.h18 __le32 key_size; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/wimax/
H A Di2400m.h31 __le32 key_size; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/wimax/
H A Di2400m.h31 __le32 key_size; member
/third_party/libbpf/src/
H A Dlibbpf_internal.h298 __u32 key_size; member
/third_party/libcoap/src/
H A Dcoap_tinydtls.c576 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 Dcso_context.c441 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 Dsvga_shader.h456 unsigned key_size = sizeof(*a); in svga_compile_keys_equal() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c27 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 Dbpf.h185 uint32_t key_size; /* size of key in bytes */ member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2599 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 Du_vbuf.c389 unsigned key_size, hash_key; in u_vbuf_set_vertex_elements_internal() local

Completed in 45 milliseconds

1234567891011