| /trusted-services/tools/b-test/ |
| A D | test_data.schema.json | 4 "type": "object", string 7 "type" : "array", string 9 "name" : {"type" : "string"}, string 10 "src" : {"type" : "string"}, string 12 "type" : "array", string 13 "items" : [ {"type" : "string"} ] string
|
| /trusted-services/components/service/crypto/include/psa/ |
| A D | crypto_values.h | 336 #define PSA_KEY_TYPE_IS_VENDOR_DEFINED(type) \ argument 343 #define PSA_KEY_TYPE_IS_UNSTRUCTURED(type) \ argument 348 #define PSA_KEY_TYPE_IS_ASYMMETRIC(type) \ argument 353 #define PSA_KEY_TYPE_IS_PUBLIC_KEY(type) \ argument 369 #define PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY(type) \ argument 381 #define PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) \ argument 449 #define PSA_KEY_TYPE_IS_RSA(type) \ argument 484 #define PSA_KEY_TYPE_ECC_GET_FAMILY(type) \ argument 589 #define PSA_KEY_TYPE_IS_DH_PUBLIC_KEY(type) \ argument 594 #define PSA_KEY_TYPE_DH_GET_FAMILY(type) \ argument [all …]
|
| A D | crypto_client_struct.h | 34 uint16_t type; member
|
| A D | crypto_compat.h | 49 #define MBEDTLS_DEPRECATED_CONSTANT( type, value ) \ argument
|
| A D | crypto_struct.h | 193 psa_key_type_t type) in psa_set_key_type()
|
| /trusted-services/components/rpc/rse_comms/ |
| A D | rse_comms.c | 69 int32_t type, const struct psa_invec *in_vec, size_t in_len, in __psa_call() 144 int32_t client_id, int32_t type, const struct psa_invec *in_vec, in psa_call_client_id() 150 psa_status_t psa_call(struct rpc_caller_interface *caller, psa_handle_t psa_handle, int32_t type, in psa_call()
|
| /trusted-services/components/rpc/rse_comms/caller/sp/ |
| A D | rse_comms_protocol_common.h | 30 #define PARAM_PACK(type, in_len, out_len) \ argument
|
| A D | rse_comms_protocol_pointer_access.c | 13 int16_t type, in rse_protocol_pointer_access_serialize_msg()
|
| A D | rse_comms_protocol.c | 12 int16_t type, in rse_protocol_serialize_msg()
|
| A D | rse_comms_protocol_embed.c | 15 int16_t type, in rse_protocol_embed_serialize_msg()
|
| /trusted-services/components/common/libc/include/ |
| A D | stdarg.h | 18 #define va_arg(to, type) __builtin_va_arg(to, type) argument
|
| /trusted-services/components/service/fwu/agent/ |
| A D | stream_manager.c | 41 enum fwu_stream_type type, uint32_t *handle) in alloc_stream_context() 211 void stream_manager_cancel_streams(struct stream_manager *subject, enum fwu_stream_type type) in stream_manager_cancel_streams() 221 bool stream_manager_is_open_streams(const struct stream_manager *subject, enum fwu_stream_type type) in stream_manager_is_open_streams()
|
| A D | stream_manager.h | 50 enum fwu_stream_type type; member
|
| /trusted-services/components/rpc/psa_ipc/ |
| A D | service_psa_ipc.c | 107 int32_t client_id, int32_t type, in __psa_call() 198 int32_t type, const struct psa_invec *in_vec, in psa_call_client_id() 207 int32_t type, const struct psa_invec *in_vec, in psa_call()
|
| A D | service_psa_ipc_openamp_lib.h | 63 int32_t type; member
|
| /trusted-services/components/common/utils/include/ |
| A D | util.h | 91 #define ALIGNMENT_IS_OK(p, type) \ argument 100 #define container_of(ptr, type, member) \ argument 106 #define MEMBER_SIZE(type, member) sizeof(((type *)0)->member) argument
|
| /trusted-services/components/common/libc/include/sys/ |
| A D | cdefs.h | 467 #define __offsetof(type, field) __builtin_offsetof(type, field) argument 470 #define __offsetof(type, field) \ argument 473 #define __offsetof(type, field) \ argument 479 #define __rangeof(type, start, end) \ argument 623 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) argument 627 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) argument 631 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) argument 819 #define __datatype_type_tag(kind, type) \ argument 823 #define __datatype_type_tag(kind, type) argument
|
| /trusted-services/components/messaging/ffa/libsp/test/ |
| A D | test_sp_memory_management_internals.cpp | 276 enum sp_memory_type type = sp_memory_type_reserved; in TEST() local 285 enum sp_memory_type type = sp_memory_type_reserved; in TEST() local 300 enum sp_memory_type type = sp_memory_type_reserved; in TEST() local
|
| /trusted-services/components/config/loader/sp/ |
| A D | sp_config_loader.c | 355 uint16_t type = FFA_BOOT_INFO_TYPE_STD << FFA_BOOT_INFO_TYPE_SHIFT | in sp_config_load_v1_1() local
|
| /trusted-services/protocols/service/crypto/packed-c/ |
| A D | key_attributes.h | 93 uint32_t type; member
|
| /trusted-services/protocols/service/crypto/protobuf/ |
| A D | key_attributes.proto | 101 uint32 type = 1; field
|
| /trusted-services/components/messaging/ffa/libsp/ |
| A D | sp_memory_management.c | 52 static uint16_t build_mem_region_attr(enum sp_memory_type type, in build_mem_region_attr() 91 static void parse_mem_region_attr(uint16_t attr, enum sp_memory_type *type, in parse_mem_region_attr()
|
| /trusted-services/components/messaging/ffa/libsp/include/ |
| A D | ffa_api_types.h | 38 uint8_t type; /**< Type of boot information passed to the consumer */ member
|
| /trusted-services/components/messaging/openamp/sp/ |
| A D | openamp_virtio.c | 40 #define container_of(ptr, type, member) \ argument
|