/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_map01.c | 32 int key_size; member
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_cache.c | 60 hash_key(const void *key, GLuint key_size) in hash_key() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.h | 114 uint32_t key_size; member 118 vk_pipeline_cache_object_init(struct vk_device *device, struct vk_pipeline_cache_object *object, const struct vk_pipeline_cache_object_ops *ops, const void *key_data, uint32_t key_size) vk_pipeline_cache_object_init() argument
|
H A D | vk_pipeline_cache.c | 65 raw_data_object_deserialize(struct vk_device *device, const void *key_data, size_t key_size, struct blob_reader *blob) raw_data_object_deserialize() argument 101 raw_data_object_create(struct vk_device *device, const void *key_data, size_t key_size, const void *data, size_t data_size) raw_data_object_create() argument 269 vk_pipeline_cache_object_deserialize(struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, const void *data, size_t data_size, const struct vk_pipeline_cache_object_ops *ops) vk_pipeline_cache_object_deserialize() argument 306 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct vk_pipeline_cache_object_ops *ops, bool *cache_hit) vk_pipeline_cache_lookup_object() argument 446 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct nir_shader_compiler_options *nir_options, bool *cache_hit, void *mem_ctx) vk_pipeline_cache_lookup_nir() argument 475 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const nir_shader *nir) vk_pipeline_cache_add_nir() argument 549 uint32_t key_size = blob_read_uint32(&blob); vk_pipeline_cache_load() local [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto_ffdh.c | 30 static psa_status_t mbedtls_psa_ffdh_set_prime_generator(size_t key_size, in mbedtls_psa_ffdh_set_prime_generator() argument
|
H A D | lmots.c | 424 mbedtls_lmots_export_public_key(const mbedtls_lmots_public_t *ctx, unsigned char *key, size_t key_size, size_t *key_len) mbedtls_lmots_export_public_key() argument
|
H A D | lms.c | 235 mbedtls_lms_import_public_key(mbedtls_lms_public_t *ctx, const unsigned char *key, size_t key_size) mbedtls_lms_import_public_key() argument 269 mbedtls_lms_export_public_key(const mbedtls_lms_public_t *ctx, unsigned char *key, size_t key_size, size_t *key_len) mbedtls_lms_export_public_key() argument
|
H A D | ssl_tls13_generic.c | 959 size_t key_size = mbedtls_pk_get_bitlen(key); in mbedtls_ssl_tls13_check_sig_alg_cert_key_match() local
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_cache.h | 172 cso_construct_key(void *key, int key_size) in cso_construct_key() argument
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_disk_cache.c | 39 static const int key_size[] = { in v3d_key_size() local
|
H A D | v3d_program.c | 371 v3d_get_compiled_shader(struct v3d_context *v3d, struct v3d_key *key, size_t key_size) v3d_get_compiled_shader() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_disk_cache.c | 132 crocus_disk_cache_retrieve(struct crocus_context *ice, const struct crocus_uncompiled_shader *ish, const void *prog_key, uint32_t key_size) crocus_disk_cache_retrieve() argument
|
H A D | crocus_program_cache.c | 54 make_keybox(void *mem_ctx, enum crocus_program_cache_id cache_id, const void *key, uint32_t key_size) make_keybox() argument 85 crocus_find_cached_shader(struct crocus_context *ice, enum crocus_program_cache_id cache_id, uint32_t key_size, const void *key) crocus_find_cached_shader() argument 187 crocus_upload_shader(struct crocus_context *ice, enum crocus_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly, uint32_t asm_size, struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, uint32_t *streamout, enum brw_param_builtin *system_values, unsigned num_system_values, unsigned num_cbufs, const struct crocus_binding_table *bt) crocus_upload_shader() argument 239 crocus_blorp_lookup_shader(struct blorp_batch *blorp_batch, const void *key, uint32_t key_size, uint32_t *kernel_out, void *prog_data_out) crocus_blorp_lookup_shader() argument 258 crocus_blorp_upload_shader(struct blorp_batch *blorp_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_templ, uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) crocus_blorp_upload_shader() argument [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.h | 63 int key_size; member
|
/third_party/openssl/engines/ |
H A D | e_afalg.h | 63 int key_size; member
|
/third_party/libbpf/src/ |
H A D | skel_internal.h | 219 skel_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries) skel_map_create() argument
|
H A D | libbpf_probes.c | 280 int key_size, value_size, max_entries; in probe_map_create() local
|
/third_party/mbedtls/tests/src/drivers/ |
H A D | test_driver_key_management.c | 191 mbedtls_test_transparent_generate_key( const psa_key_attributes_t *attributes, uint8_t *key, size_t key_size, size_t *key_length) mbedtls_test_transparent_generate_key() argument 253 mbedtls_test_opaque_generate_key( const psa_key_attributes_t *attributes, uint8_t *key, size_t key_size, size_t *key_length) mbedtls_test_opaque_generate_key() argument [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 68 anv_shader_bin_create(struct anv_device *device, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_in, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info_in, const struct anv_pipeline_bind_map *bind_map) anv_shader_bin_create() argument 235 anv_shader_bin_deserialize(struct vk_device *vk_device, const void *key_data, size_t key_size, struct blob_reader *blob) anv_shader_bin_deserialize() argument 298 anv_device_search_for_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, bool *user_cache_hit) anv_device_search_for_kernel() argument 322 anv_device_upload_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info, const struct anv_pipeline_bind_map *bind_map) anv_device_upload_kernel() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_disk_cache.c | 145 iris_disk_cache_retrieve(struct iris_screen *screen, struct u_upload_mgr *uploader, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, const void *prog_key, uint32_t key_size) iris_disk_cache_retrieve() argument
|
H A D | iris_program_cache.c | 55 make_keybox(void *mem_ctx, enum iris_program_cache_id cache_id, const void *key, uint32_t key_size) make_keybox() argument 88 iris_find_cached_shader(struct iris_context *ice, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key) iris_find_cached_shader() argument 111 iris_create_shader_variant(const struct iris_screen *screen, void *mem_ctx, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key) iris_create_shader_variant() argument 150 iris_upload_shader(struct iris_screen *screen, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, struct hash_table *driver_shaders, struct u_upload_mgr *uploader, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly) iris_upload_shader() argument 198 iris_blorp_lookup_shader(struct blorp_batch *blorp_batch, const void *key, uint32_t key_size, uint32_t *kernel_out, void *prog_data_out) iris_blorp_lookup_shader() argument 222 iris_blorp_upload_shader(struct blorp_batch *blorp_batch, uint32_t stage, const void *key, uint32_t key_size, const void *kernel, UNUSED uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_templ, UNUSED uint32_t prog_data_size, uint32_t *kernel_out, void *prog_data_out) iris_blorp_upload_shader() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_program.c | 349 uint32_t key_size; in lima_get_compiled_fs() local 523 uint32_t key_size; in lima_get_compiled_vs() local
|
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 160 size_t key_size; in save_key() local 219 size_t key_size; in import_key_from_file() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.h | 73 uint8_t key_size; member
|
/third_party/gn/src/base/win/ |
H A D | registry.cc | 419 DWORD key_size = kMaxKeyNameLength; in RegDelRecurse() local
|