Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 26) sorted by relevance

12

/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h94 #define LIST_HEAD_INITIALIZER(head) \ argument
107 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument
122 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) argument
127 #define LIST_INIT(head) do { \ argument
148 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
165 #define LIST_FOREACH(var, head, field) \ argument
173 #define LIST_EMPTY(head) ((head)->lh_first == NULL) argument
174 #define LIST_FIRST(head) ((head)->lh_first) argument
177 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ argument
190 #define SLIST_HEAD_INITIALIZER(head) \ argument
[all …]
/optee_os/ta/pkcs11/src/
H A Dattributes.c21 enum pkcs11_rc init_attributes_head(struct obj_attrs **head) in init_attributes_head()
30 enum pkcs11_rc add_attribute(struct obj_attrs **head, uint32_t attribute, in add_attribute()
60 static enum pkcs11_rc _remove_attribute(struct obj_attrs **head, in _remove_attribute()
97 enum pkcs11_rc remove_empty_attribute(struct obj_attrs **head, in remove_empty_attribute()
103 void get_attribute_ptrs(struct obj_attrs *head, uint32_t attribute, in get_attribute_ptrs()
152 enum pkcs11_rc get_attribute_ptr(struct obj_attrs *head, uint32_t attribute, in get_attribute_ptr()
168 enum pkcs11_rc get_attribute(struct obj_attrs *head, uint32_t attribute, in get_attribute()
194 enum pkcs11_rc set_attribute(struct obj_attrs **head, uint32_t attribute, in set_attribute()
207 struct obj_attrs *head) in modify_attributes_list()
232 bool get_bool(struct obj_attrs *head, uint32_t attribute) in get_bool()
[all …]
H A Dattributes.h202 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()
H A Dpkcs11_attributes.c1511 static enum pkcs11_rc check_attrs_misc_integrity(struct obj_attrs *head) in check_attrs_misc_integrity()
1534 bool object_is_private(struct obj_attrs *head) in object_is_private()
1539 bool object_is_token(struct obj_attrs *head) in object_is_token()
1544 bool object_is_modifiable(struct obj_attrs *head) in object_is_modifiable()
1549 bool object_is_copyable(struct obj_attrs *head) in object_is_copyable()
1558 struct obj_attrs *head) in check_access_attrs_against_token()
1588 struct obj_attrs *head) in check_created_attrs_against_token()
1613 #define DMSG_BAD_BBOOL(attr, proc, head) \ argument
1626 struct obj_attrs *head, in check_attr_bval()
1877 struct obj_attrs *head) in parent_key_complies_allowed_processings()
[all …]
H A Dobject.c172 static struct pkcs11_object *create_obj_instance(struct obj_attrs *head, in create_obj_instance()
189 struct pkcs11_object *create_token_object(struct obj_attrs *head, in create_token_object()
208 enum pkcs11_rc create_object(void *sess, struct obj_attrs *head, in create_object()
312 struct obj_attrs *head = NULL; in entry_create_object() local
990 struct obj_attrs *head = NULL; in entry_set_attribute_value() local
1128 struct obj_attrs *head = NULL; in entry_copy_object() local
H A Dprocessing.c173 static enum pkcs11_rc generate_random_key_value(struct obj_attrs **head) in generate_random_key_value()
227 struct obj_attrs *head = NULL; in entry_generate_secret() local
373 enum pkcs11_rc tee2pkcs_add_attribute(struct obj_attrs **head, in tee2pkcs_add_attribute()
823 struct obj_attrs *head = NULL; in entry_processing_key() local
H A Dsanitize_object.c253 struct pkcs11_object_head head = { }; in sanitize_client_object() local
398 struct pkcs11_object_head head = { }; in trace_attributes_from_api_head() local
H A Dserializer.c110 struct pkcs11_attribute_head head = { }; in serialargs_alloc_get_one_attribute() local
H A Dprocessing_asymm.c1026 struct obj_attrs **head) in do_asymm_derivation()
/optee_os/core/arch/arm/crypto/
H A Daes-gcm-ce.c70 const uint8_t *head) in pmull_ghash_update()
80 const void *head, const void *data, in internal_aes_gcm_ghash_update()
/optee_os/core/tee/
H A Dfs_htree.c91 struct tee_fs_htree_image head; member
133 struct tee_fs_htree_image *head) in rpc_read_head()
164 const struct tee_fs_htree_image *head) in rpc_write_head()
345 struct tee_fs_htree_image head[2]; in init_head_from_data() local
667 static bool ht_head_is_partially_done(const struct tee_fs_htree_image *head) in ht_head_is_partially_done()
H A Dtee_svc_storage.c87 struct tee_svc_storage_head head; in tee_svc_storage_read_head() local
252 struct tee_svc_storage_head head = { }; in tee_svc_storage_init_file() local
H A Dtee_ree_fs.c796 const void *head, size_t head_size, in ree_fs_create()
H A Dtee_rpmb_fs.c3045 const void *head, size_t head_size, in rpmb_fs_create()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_create.c281 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name) in mbedtls_x509_string_to_names()
384 int mbedtls_x509_set_extension(mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension()
H A Dasn1parse.c433 void mbedtls_asn1_free_named_data_list(mbedtls_asn1_named_data **head) in mbedtls_asn1_free_named_data_list()
H A Dasn1write.c377 mbedtls_asn1_named_data **head, in mbedtls_asn1_store_named_data()
H A Dx509.c504 mbedtls_x509_name *head = cur; in mbedtls_x509_get_name() local
/optee_os/core/crypto/
H A Daes-gcm-sw.c38 const void *head, const void *data, in internal_aes_gcm_ghash_update()
H A Daes-gcm.c145 const uint8_t *head = NULL; in __gcm_update_aad() local
/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.h55 uint16_t head; member
88 uint16_t head; member
/optee_os/core/lib/zlib/
H A Dinflate.h95 gz_headerp head; /* where to save gzip header information */ member
H A Dinflate.c1374 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument
/optee_os/core/arch/arm/mm/
H A Dmobj_ffa.c331 static struct mobj_ffa *pop_from_list(struct mobj_ffa_head *head, in pop_from_list()
359 static struct mobj_ffa *find_in_list(struct mobj_ffa_head *head, in find_in_list()
/optee_os/ldelf/
H A Dta_elf.h94 struct ta_head *head; member

12