Home
last modified time | relevance | path

Searched defs:type (Results 1 – 24 of 24) sorted by relevance

/trusted-services/tools/b-test/
A Dtest_data.schema.json4 "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 Dcrypto_values.h336 #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 Dcrypto_client_struct.h34 uint16_t type; member
A Dcrypto_compat.h49 #define MBEDTLS_DEPRECATED_CONSTANT( type, value ) \ argument
A Dcrypto_struct.h193 psa_key_type_t type) in psa_set_key_type()
/trusted-services/components/rpc/rse_comms/
A Drse_comms.c69 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 Drse_comms_protocol_common.h30 #define PARAM_PACK(type, in_len, out_len) \ argument
A Drse_comms_protocol_pointer_access.c13 int16_t type, in rse_protocol_pointer_access_serialize_msg()
A Drse_comms_protocol.c12 int16_t type, in rse_protocol_serialize_msg()
A Drse_comms_protocol_embed.c15 int16_t type, in rse_protocol_embed_serialize_msg()
/trusted-services/components/common/libc/include/
A Dstdarg.h18 #define va_arg(to, type) __builtin_va_arg(to, type) argument
/trusted-services/components/service/fwu/agent/
A Dstream_manager.c41 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 Dstream_manager.h50 enum fwu_stream_type type; member
/trusted-services/components/rpc/psa_ipc/
A Dservice_psa_ipc.c107 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 Dservice_psa_ipc_openamp_lib.h63 int32_t type; member
/trusted-services/components/common/utils/include/
A Dutil.h91 #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 Dcdefs.h467 #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 Dtest_sp_memory_management_internals.cpp276 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 Dsp_config_loader.c355 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 Dkey_attributes.h93 uint32_t type; member
/trusted-services/protocols/service/crypto/protobuf/
A Dkey_attributes.proto101 uint32 type = 1; field
/trusted-services/components/messaging/ffa/libsp/
A Dsp_memory_management.c52 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 Dffa_api_types.h38 uint8_t type; /**< Type of boot information passed to the consumer */ member
/trusted-services/components/messaging/openamp/sp/
A Dopenamp_virtio.c40 #define container_of(ptr, type, member) \ argument

Completed in 682 milliseconds