/third_party/libcoap/include/oscore/ |
H A D | oscore_cose.h | 199 coap_bin_const_t key; member
|
/third_party/libcoap/examples/ |
H A D | coap-rd.c | 58 static uint8_t key[MAX_KEY]; variable [all...] |
/third_party/mbedtls/library/ |
H A D | pk_wrap.c | 538 static int ecdsa_verify_psa(unsigned char *key, size_t key_len, in ecdsa_verify_psa() argument 608 unsigned char key[MBEDTLS_PK_MAX_EC_PUBKEY_RAW_LEN]; in ecdsa_opaque_verify_wrap() local 654 unsigned char key[MBEDTLS_PSA_MAX_EC_PUBKEY_LENGTH]; in ecdsa_verify_wrap() local [all...] |
H A D | gcm.c | 162 mbedtls_gcm_setkey(mbedtls_gcm_context *ctx, mbedtls_cipher_id_t cipher, const unsigned char *key, unsigned int keybits) mbedtls_gcm_setkey() argument
|
H A D | ssl_tls13_generic.c | 955 mbedtls_ssl_tls13_check_sig_alg_cert_key_match(uint16_t sig_alg, mbedtls_pk_context *key) mbedtls_ssl_tls13_check_sig_alg_cert_key_match() argument [all...] |
/third_party/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 41 static int check_key_attributes_sanity(mbedtls_svc_key_id_t key, in check_key_attributes_sanity() argument 120 static int exercise_mac_key(mbedtls_svc_key_id_t key, in exercise_mac_key() argument 175 exercise_cipher_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_cipher_key() argument 263 exercise_aead_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_aead_key() argument 338 exercise_signature_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_signature_key() argument 439 exercise_asymmetric_encryption_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_asymmetric_encryption_key() argument 486 mbedtls_test_psa_setup_key_derivation_wrap( psa_key_derivation_operation_t *operation, mbedtls_svc_key_id_t key, psa_algorithm_t alg, const unsigned char *input1, size_t input1_length, const unsigned char *input2, size_t input2_length, size_t capacity, int key_destroyable) mbedtls_test_psa_setup_key_derivation_wrap() argument 588 exercise_key_derivation_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_key_derivation_key() argument 629 mbedtls_test_psa_key_agreement_with_self( psa_key_derivation_operation_t *operation, mbedtls_svc_key_id_t key, int key_destroyable) mbedtls_test_psa_key_agreement_with_self() argument 683 mbedtls_test_psa_raw_key_agreement_with_self( psa_algorithm_t alg, mbedtls_svc_key_id_t key, int key_destroyable) mbedtls_test_psa_raw_key_agreement_with_self() argument 747 exercise_raw_key_agreement_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_raw_key_agreement_key() argument 766 exercise_key_agreement_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_key_agreement_key() argument 1005 exercise_export_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, int key_destroyable) exercise_export_key() argument 1055 exercise_export_public_key(mbedtls_svc_key_id_t key, int key_destroyable) exercise_export_public_key() argument 1119 mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) mbedtls_test_psa_exercise_key() argument [all...] |
/third_party/json/include/nlohmann/detail/input/ |
H A D | binary_reader.hpp | 354 string_t key; in parse_bson_element_list() local 1150 string_t key; in get_cbor_object() local 1800 string_t key; get_msgpack_object() local 2179 string_t key = "_ArraySize_"; get_ubjson_size_value() local 2500 string_t key = "_ArrayType_"; get_ubjson_array() local 2606 string_t key; get_ubjson_object() local [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-container-object.c | 505 const ecma_value_t key = result; ecma_op_container_create() local [all...] |
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 1972 reference at(const typename object_t::key_type& key) in at() argument 1992 reference at(KeyType && key) in at() argument 2107 operator [](typename object_t::key_type key) operator []() argument 2145 operator [](T* key) operator []() argument 2160 operator [](KeyType && key) operator []() argument 2214 value(const typename object_t::key_type& key, const ValueType& default_value) const value() argument 2239 value(const typename object_t::key_type& key, ValueType && default_value) const value() argument 2265 value(KeyType && key, const ValueType& default_value) const value() argument 2292 value(KeyType && key, ValueType && default_value) const value() argument 2558 erase_internal(KeyType && key) erase_internal() argument 2571 erase_internal(KeyType && key) erase_internal() argument 2592 erase(const typename object_t::key_type& key) erase() argument 2603 erase(KeyType && key) erase() argument 2640 find(const typename object_t::key_type& key) find() argument 2670 find(KeyType && key) find() argument 3180 basic_json&& key = init.begin()->moved_or_copied(); push_back() local [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_autotune.c | 63 uint64_t key; member
|
H A D | tu_shader.c | 720 tu_shader_create(struct tu_device *dev, nir_shader *nir, const struct tu_shader_key *key, struct tu_pipeline_layout *layout, const VkAllocationCallbacks *alloc) tu_shader_create() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_range_analysis.c | 1320 void *key = (void*)(((uintptr_t)(scalar.def->index + 1) << 4) | scalar.comp); in nir_unsigned_upper_bound() local
|
H A D | nir_schedule.c | 148 _mesa_hash_table_search_data(struct hash_table *ht, void *key) in _mesa_hash_table_search_data() argument
|
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3d_simulator.c | 146 int_to_key(int key) in int_to_key() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 703 write_hash_table_entry(const char *key, unsigned value, void *closure) in write_hash_table_entry() argument 737 const char *key; in read_hash_table() local
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
H A D | jwe.c | 1964 test_akw_decrypt(struct lws_context *context, const char *test_name, const char *ciphertext, const char *key) test_akw_decrypt() argument 2018 test_akw_encrypt(struct lws_context *context, const char *test_name, const char *alg, const char *enc, const char *ciphertext, const char *key, char *compact, int compact_len) test_akw_encrypt() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.c | 182 svga_texture_view_surface(struct svga_context *svga, struct svga_texture *tex, unsigned bind_flags, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned start_mip, unsigned num_mip, int layer_pick, unsigned num_layers, int zslice_pick, boolean cacheable, struct svga_host_surface_cache_key *key) svga_texture_view_surface() argument [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 728 stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTYPE key) stb_textedit_key() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sqtt.c | 979 si_sqtt_pipe_to_rgp_shader_stage(union si_shader_key* key, enum pipe_shader_type stage) in si_sqtt_pipe_to_rgp_shader_stage() argument
|
H A D | si_shader_llvm_tess.c | 283 static void si_write_tess_factors(struct si_shader_context *ctx, union si_shader_part_key *key, in si_write_tess_factors() argument 603 si_llvm_build_tcs_epilog(struct si_shader_context *ctx, union si_shader_part_key *key) si_llvm_build_tcs_epilog() argument [all...] |
H A D | si_state_shaders.cpp | 354 uint8_t key[CACHE_KEY_SIZE]; si_shader_cache_insert_shader() local 463 si_shader_cache_key_hash(const void *key) si_shader_cache_key_hash() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_program.c | 211 struct v3d_fs_key key = { in v3d_shader_precompile() local 229 struct v3d_gs_key key in v3d_shader_precompile() local 253 struct v3d_vs_key key = { v3d_shader_precompile() local 371 v3d_get_compiled_shader(struct v3d_context *v3d, struct v3d_key *key, size_t key_size) v3d_get_compiled_shader() argument 455 v3d_setup_shared_key(struct v3d_context *v3d, struct v3d_key *key, struct v3d_texture_stateobj *texstate) v3d_setup_shared_key() argument 514 v3d_setup_shared_precompile_key(struct v3d_uncompiled_shader *uncompiled, struct v3d_key *key) v3d_setup_shared_precompile_key() argument 541 struct v3d_fs_key *key = &local_key; v3d_update_compiled_fs() local 661 struct v3d_gs_key *key = &local_key; v3d_update_compiled_gs() local 735 struct v3d_vs_key *key = &local_key; v3d_update_compiled_vs() local 852 struct v3d_key *key = &local_key; v3d_update_compiled_cs() local 872 fs_cache_hash(const void *key) fs_cache_hash() argument 878 gs_cache_hash(const void *key) gs_cache_hash() argument 884 vs_cache_hash(const void *key) vs_cache_hash() argument 890 cs_cache_hash(const void *key) cs_cache_hash() argument 927 const struct v3d_key *key = entry->key; v3d_shader_state_delete() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 351 const brw_base_prog_key *const key; member in fs_visitor
|
H A D | brw_compile_sf.c | 32 struct brw_sf_prog_key key; member 804 brw_compile_sf(const struct brw_compiler *compiler, void *mem_ctx, const struct brw_sf_prog_key *key, struct brw_sf_prog_data *prog_data, struct brw_vue_map *vue_map, unsigned *final_assembly_size) brw_compile_sf() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.h | 182 union r600_shader_key key; member
|