/optee_os/lib/libutils/isoc/include/sys/ |
A D | queue.h | 94 #define LIST_HEAD_INITIALIZER(head) \ argument 127 #define LIST_INIT(head) do { \ argument 190 #define SLIST_HEAD_INITIALIZER(head) \ argument 201 #define SLIST_INIT(head) do { \ argument 261 #define STAILQ_HEAD_INITIALIZER(head) \ argument 272 #define STAILQ_INIT(head) do { \ argument 364 #define SIMPLEQ_INIT(head) do { \ argument 427 #define TAILQ_HEAD_INITIALIZER(head) \ argument 471 #define TAILQ_INIT(head) do { \ argument 562 #define TAILQ_LAST(head, headname) \ argument [all …]
|
/optee_os/out/arm/export-ta_arm64/include/sys/ |
A D | queue.h | 94 #define LIST_HEAD_INITIALIZER(head) \ argument 127 #define LIST_INIT(head) do { \ argument 190 #define SLIST_HEAD_INITIALIZER(head) \ argument 201 #define SLIST_INIT(head) do { \ argument 261 #define STAILQ_HEAD_INITIALIZER(head) \ argument 272 #define STAILQ_INIT(head) do { \ argument 364 #define SIMPLEQ_INIT(head) do { \ argument 427 #define TAILQ_HEAD_INITIALIZER(head) \ argument 471 #define TAILQ_INIT(head) do { \ argument 562 #define TAILQ_LAST(head, headname) \ argument [all …]
|
/optee_os/out/arm/export-ta_arm32/include/sys/ |
A D | queue.h | 94 #define LIST_HEAD_INITIALIZER(head) \ argument 127 #define LIST_INIT(head) do { \ argument 190 #define SLIST_HEAD_INITIALIZER(head) \ argument 201 #define SLIST_INIT(head) do { \ argument 261 #define STAILQ_HEAD_INITIALIZER(head) \ argument 272 #define STAILQ_INIT(head) do { \ argument 364 #define SIMPLEQ_INIT(head) do { \ argument 427 #define TAILQ_HEAD_INITIALIZER(head) \ argument 471 #define TAILQ_INIT(head) do { \ argument 562 #define TAILQ_LAST(head, headname) \ argument [all …]
|
/optee_os/ta/pkcs11/src/ |
A D | attributes.c | 22 enum pkcs11_rc init_attributes_head(struct obj_attrs **head) in init_attributes_head() 31 enum pkcs11_rc add_attribute(struct obj_attrs **head, uint32_t attribute, in add_attribute() 61 static enum pkcs11_rc _remove_attribute(struct obj_attrs **head, in _remove_attribute() 98 enum pkcs11_rc remove_empty_attribute(struct obj_attrs **head, in remove_empty_attribute() 104 void get_attribute_ptrs(struct obj_attrs *head, uint32_t attribute, in get_attribute_ptrs() 169 enum pkcs11_rc get_attribute(struct obj_attrs *head, uint32_t attribute, in get_attribute() 195 enum pkcs11_rc set_attribute(struct obj_attrs **head, uint32_t attribute, in set_attribute() 208 struct obj_attrs *head) in modify_attributes_list() 233 bool get_bool(struct obj_attrs *head, uint32_t attribute) in get_bool() 279 enum pkcs11_rc attributes_match_add_reference(struct obj_attrs **head, in attributes_match_add_reference() [all …]
|
A D | attributes.h | 202 static inline enum pkcs11_rc get_u32_attribute(struct obj_attrs *head, in get_u32_attribute() 236 static inline enum pkcs11_class_id get_class(struct obj_attrs *head) in get_class() 254 static inline enum pkcs11_key_type get_key_type(struct obj_attrs *head) in get_key_type() 273 enum pkcs11_certificate_type get_certificate_type(struct obj_attrs *head) in get_certificate_type() 290 static inline enum pkcs11_mechanism_id get_mechanism_type(struct obj_attrs *head) in get_mechanism_type()
|
A D | pkcs11_attributes.c | 1252 bool object_is_private(struct obj_attrs *head) in object_is_private() 1257 bool object_is_token(struct obj_attrs *head) in object_is_token() 1267 bool object_is_copyable(struct obj_attrs *head) in object_is_copyable() 1276 struct obj_attrs *head) in check_access_attrs_against_token() 1306 struct obj_attrs *head) in check_created_attrs_against_token() 1334 #define DMSG_BAD_BBOOL(attr, proc, head) \ argument 1347 struct obj_attrs *head, in check_attr_bval() 1368 struct obj_attrs *head) in check_created_attrs_against_processing() 1584 struct obj_attrs *head) in parent_key_complies_allowed_processings() 1638 struct obj_attrs *head) in check_parent_attrs_against_processing() [all …]
|
A D | object.c | 170 static struct pkcs11_object *create_obj_instance(struct obj_attrs *head, in create_obj_instance() 187 struct pkcs11_object *create_token_object(struct obj_attrs *head, in create_token_object() 206 enum pkcs11_rc create_object(void *sess, struct obj_attrs *head, in create_object() 310 struct obj_attrs *head = NULL; in entry_create_object() local 974 struct obj_attrs *head = NULL; in entry_set_attribute_value() local 1084 struct obj_attrs *head = NULL; in entry_copy_object() local
|
A D | processing.c | 160 static enum pkcs11_rc generate_random_key_value(struct obj_attrs **head) in generate_random_key_value() 211 struct obj_attrs *head = NULL; in entry_generate_secret() local 357 enum pkcs11_rc tee2pkcs_add_attribute(struct obj_attrs **head, in tee2pkcs_add_attribute() 806 struct obj_attrs *head = NULL; in entry_processing_key() local
|
A D | sanitize_object.c | 254 struct pkcs11_object_head head = { }; in sanitize_client_object() local 399 struct pkcs11_object_head head = { }; in trace_attributes_from_api_head() local
|
A D | serializer.c | 110 struct pkcs11_attribute_head head = { }; in serialargs_alloc_get_one_attribute() local
|
/optee_os/core/arch/arm/crypto/ |
A D | aes-gcm-ce.c | 70 const uint8_t *head) in pmull_ghash_update() 80 const void *head, const void *data, in internal_aes_gcm_ghash_update()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | x509_create.c | 123 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names() 208 int mbedtls_x509_set_extension( mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension()
|
A D | asn1parse.c | 452 void mbedtls_asn1_free_named_data_list( mbedtls_asn1_named_data **head ) in mbedtls_asn1_free_named_data_list()
|
A D | asn1write.c | 413 mbedtls_asn1_named_data **head, in mbedtls_asn1_store_named_data()
|
/optee_os/core/include/ |
A D | bench.h | 43 uint64_t head; member
|
/optee_os/core/crypto/ |
A D | aes-gcm-sw.c | 38 const void *head, const void *data, in internal_aes_gcm_ghash_update()
|
A D | aes-gcm.c | 145 const uint8_t *head = NULL; in __gcm_update_aad() local
|
/optee_os/core/tee/ |
A D | fs_htree.c | 90 struct tee_fs_htree_image head; member 132 struct tee_fs_htree_image *head) in rpc_read_head() 163 const struct tee_fs_htree_image *head) in rpc_write_head() 344 struct tee_fs_htree_image head[2]; in init_head_from_data() local
|
A D | tee_svc_storage.c | 89 struct tee_svc_storage_head head; in tee_svc_storage_read_head() local 254 struct tee_svc_storage_head head; in tee_svc_storage_init_file() local
|
A D | tee_ree_fs.c | 706 const void *head, size_t head_size, in ree_fs_create()
|
A D | tee_rpmb_fs.c | 2974 const void *head, size_t head_size, in rpmb_fs_create()
|
/optee_os/core/arch/arm/mm/ |
A D | mobj_ffa.c | 134 static struct mobj_ffa *pop_from_list(struct mobj_ffa_head *head, in pop_from_list() 162 static struct mobj_ffa *find_in_list(struct mobj_ffa_head *head, in find_in_list()
|
/optee_os/ldelf/ |
A D | ta_elf.h | 90 struct ta_head *head; member
|
/optee_os/core/lib/zlib/ |
A D | inflate.h | 94 gz_headerp head; /* where to save gzip header information */ member
|
A D | inflate.c | 1362 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument
|