Home
last modified time | relevance | path

Searched defs:attributes (Results 126 - 150 of 393) sorted by relevance

12345678910>>...16

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_browse.cpp542 std::vector<uint32_t> attributes; in DisassembleMeParameter() local
282 AvrcCtGfiPacket( uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) AvrcCtGfiPacket() argument
581 DisassembleMeParameterAttributesAndValues(uint8_t *buffer, uint16_t offset, uint8_t itemType, std::vector<uint32_t> &attributes, std::vector<std::string> &values) DisassembleMeParameterAttributesAndValues() argument
633 AvrcCtGiaPacket( uint8_t scope, uint64_t uid, uint16_t uidCounter, const std::vector<uint32_t> &attributes) AvrcCtGiaPacket() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp397 int WGLState::ChoosePixelFormat(HDC dc, const vector<int>& attributes) in ChoosePixelFormat() argument
448 vector<int> attributes; in CreateContext() local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.h107 std::list<std::shared_ptr<Attribute>> attributes; member in OHOS::Media::Plugin::HttpPlugin::AttributesTag
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.h107 std::list<std::shared_ptr<Attribute>> attributes; member in OHOS::Media::Plugins::HttpPlugin::AttributesTag
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp321 bool HfpAgSdpClient::FindProfileFeatures(const std::vector<HfpAgSdpAttribute> &attributes, uint16_t &features) in FindProfileFeatures() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp320 bool HfpHfSdpClient::FindProfileFeatures(const std::vector<HfpHfSdpAttribute> &attributes, uint16_t &features) in FindProfileFeatures() argument
334 FindProfileNetwork(const std::vector<HfpHfSdpAttribute> &attributes, uint8_t &network) FindProfileNetwork() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dansi.c63 int attributes; /**< attribute flags */ member
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c378 Dwarf_Attribute *attributes; in read_macros() local
[all...]
/third_party/glslang/glslang/Include/
H A DShHandle.h138 virtual void setExcludedAttributes(const int* attributes, int count) { excludedAttributes = attributes; excludedCount = count; } in setExcludedAttributes() argument
/third_party/alsa-utils/topology/
H A Dpre-process-class.c214 snd_config_t *attributes, *attr, *token_ref; in tplg_class_get_attribute_token_ref() local
242 snd_config_t *attributes, *cfg, *valid, *tuples, *n; in tplg_class_attribute_valid_tuple_value() local
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc250 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() local
274 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() local
/third_party/gptfdisk/
H A Dgptpart.cc388 cout << attributes << "\n"; local
/third_party/NuttX/drivers/usbdev/gadget/
H A Ddfu.c92 uint8_t attributes; /* Bit mask of supported features */ member
/third_party/mbedtls/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.c61 psa_status_t p256_transparent_import_key(const psa_key_attributes_t *attributes, in p256_transparent_import_key() argument
106 psa_status_t p256_transparent_export_public_key(const psa_key_attributes_t *attributes, in p256_transparent_export_public_key() argument
138 p256_transparent_generate_key( const psa_key_attributes_t *attributes, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) p256_transparent_generate_key() argument
168 p256_transparent_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) p256_transparent_key_agreement() argument
203 p256_transparent_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) p256_transparent_sign_hash() argument
261 p256_transparent_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) p256_transparent_verify_hash() argument
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c282 psa_cipher_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, mbedtls_operation_t cipher_operation) psa_cipher_setup() argument
360 mbedtls_psa_cipher_encrypt_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_cipher_encrypt_setup() argument
371 mbedtls_psa_cipher_decrypt_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_cipher_decrypt_setup() argument
604 mbedtls_psa_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_encrypt() argument
662 mbedtls_psa_cipher_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_decrypt() argument
[all...]
H A Dpsa_crypto_ecp.c209 mbedtls_psa_ecp_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_psa_ecp_import_key() argument
290 mbedtls_psa_ecp_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_psa_ecp_export_public_key() argument
320 mbedtls_psa_ecp_generate_key( const psa_key_attributes_t *attributes, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) mbedtls_psa_ecp_generate_key() argument
365 mbedtls_psa_ecdsa_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_psa_ecdsa_sign_hash() argument
451 mbedtls_psa_ecdsa_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_ecdsa_verify_hash() argument
521 mbedtls_psa_key_agreement_ecdh( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_psa_key_agreement_ecdh() argument
[all...]
H A Dssl_ticket.c72 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in ssl_ticket_gen_key() local
165 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_ssl_ticket_rotate() local
[all...]
H A Dpsa_crypto_aead.c26 psa_aead_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) psa_aead_setup() argument
117 mbedtls_psa_aead_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *plaintext, size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) mbedtls_psa_aead_encrypt() argument
229 mbedtls_psa_aead_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *ciphertext, size_t ciphertext_length, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length) mbedtls_psa_aead_decrypt() argument
321 mbedtls_psa_aead_encrypt_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_aead_encrypt_setup() argument
342 mbedtls_psa_aead_decrypt_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_aead_decrypt_setup() argument
[all...]
H A Dpsa_crypto_slot_management.c292 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in psa_load_builtin_key_into_slot() local
[all...]
H A Dpsa_crypto_rsa.c109 mbedtls_psa_rsa_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_psa_rsa_import_key() argument
190 mbedtls_psa_rsa_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_psa_rsa_export_public_key() argument
242 mbedtls_psa_rsa_generate_key( const psa_key_attributes_t *attributes, const psa_key_production_parameters_t *params, size_t params_data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) mbedtls_psa_rsa_generate_key() argument
317 mbedtls_psa_rsa_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_psa_rsa_sign_hash() argument
416 mbedtls_psa_rsa_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_rsa_verify_hash() argument
516 mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, const uint8_t *salt, size_t salt_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_asymmetric_encrypt() argument
610 mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, const uint8_t *salt, size_t salt_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_asymmetric_decrypt() argument
[all...]
/third_party/mbedtls/programs/psa/
H A Daead_demo.c161 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in aead_prepare() 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
264 mbedtls_test_transparent_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_test_transparent_import_key() argument
346 mbedtls_test_opaque_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_test_opaque_import_key() argument
445 mbedtls_test_opaque_export_key( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_opaque_export_key() argument
529 mbedtls_test_transparent_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_transparent_export_public_key() argument
608 mbedtls_test_opaque_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_opaque_export_public_key() argument
716 mbedtls_test_opaque_get_builtin_key( psa_drv_slot_number_t slot_number, psa_key_attributes_t *attributes, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) mbedtls_test_opaque_get_builtin_key() argument
766 mbedtls_test_opaque_copy_key( psa_key_attributes_t *attributes, const uint8_t *source_key, size_t source_key_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) mbedtls_test_opaque_copy_key() argument
[all...]
/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h309 static inline void psa_set_key_id(psa_key_attributes_t *attributes, in psa_set_key_id() argument
331 static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id() argument
338 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime() argument
324 psa_get_key_id( const psa_key_attributes_t *attributes) psa_get_key_id() argument
351 psa_get_key_lifetime( const psa_key_attributes_t *attributes) psa_get_key_lifetime() argument
368 psa_set_key_usage_flags(psa_key_attributes_t *attributes, psa_key_usage_t usage_flags) psa_set_key_usage_flags() argument
375 psa_get_key_usage_flags( const psa_key_attributes_t *attributes) psa_get_key_usage_flags() argument
381 psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg) psa_set_key_algorithm() argument
387 psa_get_key_algorithm( const psa_key_attributes_t *attributes) psa_get_key_algorithm() argument
393 psa_set_key_type(psa_key_attributes_t *attributes, psa_key_type_t type) psa_set_key_type() argument
399 psa_get_key_type( const psa_key_attributes_t *attributes) psa_get_key_type() argument
405 psa_set_key_bits(psa_key_attributes_t *attributes, size_t bits) psa_set_key_bits() argument
415 psa_get_key_bits( const psa_key_attributes_t *attributes) psa_get_key_bits() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dcommon.cpp120 std::vector<std::string> attributes; in kernel_attributes() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp149 std::string attributes; member

Completed in 17 milliseconds

12345678910>>...16