Home
last modified time | relevance | path

Searched defs:key_size (Results 1 - 25 of 52) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_map01.c32 int key_size; member
/third_party/mesa3d/src/mesa/program/
H A Dprog_cache.c60 hash_key(const void *key, GLuint key_size) in hash_key() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.h114 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 Dvk_pipeline_cache.c65 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 Dpsa_crypto_ffdh.c30 static psa_status_t mbedtls_psa_ffdh_set_prime_generator(size_t key_size, in mbedtls_psa_ffdh_set_prime_generator() argument
H A Dlmots.c424 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 Dlms.c235 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 Dssl_tls13_generic.c959 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 Dcso_cache.h172 cso_construct_key(void *key, int key_size) in cso_construct_key() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_disk_cache.c39 static const int key_size[] = { in v3d_key_size() local
H A Dv3d_program.c371 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 Dcrocus_disk_cache.c132 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 Dcrocus_program_cache.c54 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 De_afalg.h63 int key_size; member
/third_party/openssl/engines/
H A De_afalg.h63 int key_size; member
/third_party/libbpf/src/
H A Dskel_internal.h219 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 Dlibbpf_probes.c280 int key_size, value_size, max_entries; in probe_map_create() local
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_key_management.c191 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 Danv_pipeline_cache.c68 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 Diris_disk_cache.c145 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 Diris_program_cache.c55 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 Dlima_program.c349 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 Dkey_ladder_demo.c160 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 Dzink_program.h73 uint8_t key_size; member
/third_party/gn/src/base/win/
H A Dregistry.cc419 DWORD key_size = kMaxKeyNameLength; in RegDelRecurse() local

Completed in 18 milliseconds

123