Home
last modified time | relevance | path

Searched defs:attributes (Results 51 - 75 of 462) sorted by relevance

12345678910>>...19

/third_party/mbedtls/library/
H A Dpk_ecc.c51 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_ecc_set_key() local
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_signature.c41 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) sign_hash() argument
109 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) verify_hash() argument
175 mbedtls_test_transparent_signature_sign_message( 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 *signature, size_t signature_size, size_t *signature_length) mbedtls_test_transparent_signature_sign_message() argument
231 mbedtls_test_opaque_signature_sign_message( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_test_opaque_signature_sign_message() argument
255 mbedtls_test_transparent_signature_verify_message( 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 *signature, size_t signature_length) mbedtls_test_transparent_signature_verify_message() argument
298 mbedtls_test_opaque_signature_verify_message( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, const uint8_t *signature, size_t signature_length) mbedtls_test_opaque_signature_verify_message() argument
320 mbedtls_test_transparent_signature_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_test_transparent_signature_sign_hash() argument
348 mbedtls_test_opaque_signature_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_test_opaque_signature_sign_hash() argument
368 mbedtls_test_transparent_signature_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_test_transparent_signature_verify_hash() argument
386 mbedtls_test_opaque_signature_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_test_opaque_signature_verify_hash() argument
[all...]
H A Dtest_driver_mac.c22 mbedtls_test_transparent_mac_compute( 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 *mac, size_t mac_size, size_t *mac_length) mbedtls_test_transparent_mac_compute() argument
70 mbedtls_test_transparent_mac_sign_setup( mbedtls_transparent_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_mac_sign_setup() argument
107 mbedtls_test_transparent_mac_verify_setup( mbedtls_transparent_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_mac_verify_setup() argument
264 mbedtls_test_opaque_mac_compute( 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 *mac, size_t mac_size, size_t *mac_length) mbedtls_test_opaque_mac_compute() argument
296 mbedtls_test_opaque_mac_sign_setup( mbedtls_opaque_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_opaque_mac_sign_setup() argument
320 mbedtls_test_opaque_mac_verify_setup( mbedtls_opaque_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_opaque_mac_verify_setup() argument
[all...]
H A Dtest_driver_asymmetric_encryption.c28 mbedtls_test_transparent_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_test_transparent_asymmetric_encrypt() argument
69 mbedtls_test_transparent_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_test_transparent_asymmetric_decrypt() argument
113 mbedtls_test_opaque_asymmetric_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, 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_test_opaque_asymmetric_encrypt() argument
147 mbedtls_test_opaque_asymmetric_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, 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_test_opaque_asymmetric_decrypt() argument
[all...]
/third_party/node/src/
H A Duv.cc118 PropertyAttribute attributes = in Initialize() local
/third_party/node/deps/icu-small/source/common/
H A Duset_props.cpp141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver() argument
/third_party/node/deps/v8/src/objects/
H A Dproperty.cc38 operator <<(std::ostream& os, const PropertyAttributes& attributes) operator <<() argument
60 Descriptor(Handle<Name> key, const MaybeObjectHandle& value, PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index) Descriptor() argument
79 DataField(Isolate* isolate, Handle<Name> key, int field_index, PropertyAttributes attributes, Representation representation) DataField() argument
86 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, const MaybeObjectHandle& wrapped_field_type) DataField() argument
98 DataConstant(Handle<Name> key, Handle<Object> value, PropertyAttributes attributes) DataConstant() argument
107 DataConstant(Isolate* isolate, Handle<Name> key, int field_index, Handle<Object> value, PropertyAttributes attributes) DataConstant() argument
115 AccessorConstant(Handle<Name> key, Handle<Object> foreign, PropertyAttributes attributes) AccessorConstant() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dhelpers.rs8 pub mod attributes { modules
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStreamProducerD3DTexture.cpp134 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLKernelImpl.h77 std::string attributes; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DImageEGL.cpp51 std::vector<EGLint> attributes; in initialize() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duset_props.cpp141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver() argument
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadUnix.c72 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) in deThread_create() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp128 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray() argument
136 AttributeMap AttributeMap::CreateFromAttribArray(const EGLAttrib *attributes) in CreateFromAttribArray() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp73 uint16_t attributes[AVRC_ATTRIBUTE_ID_SUPPORTED_FEATURES_NUMBER]; in RegisterService() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h177 void InitPlayerApplicationSettingChanged(const std::deque<uint8_t> &attributes, const std::deque<uint8_t> &values) in InitPlayerApplicationSettingChanged() argument
H A Davrcp_tg_sdp.cpp71 uint16_t attributes[AVRC_ATTRIBUTE_ID_SUPPORTED_FEATURES_NUMBER]; in RegisterService() local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp377 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
396 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
415 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
453 vector<uint32_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
575 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; HWTEST_F() local
611 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6afe-clocks.c41 int attributes; member
/kernel/linux/linux-5.10/drivers/staging/gasket/
H A Dgasket_sysfs.c26 struct gasket_sysfs_attribute *attributes; member
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dcacheinfo.h60 unsigned int attributes; member
/kernel/linux/linux-6.6/include/linux/
H A Dstat.h27 u64 attributes; member
/kernel/linux/linux-6.6/drivers/regulator/
H A Duserspace-consumer.c95 static struct attribute *attributes[] = { variable
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dvars.c26 static efi_status_t check_var_size(bool nonblocking, u32 attributes, in check_var_size() argument
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-clocks.c23 int attributes; member

Completed in 11 milliseconds

12345678910>>...19