| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 94 #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 D | attributes.c | 21 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 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()
|
| H A D | pkcs11_attributes.c | 1511 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 D | object.c | 172 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 D | processing.c | 173 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 D | sanitize_object.c | 253 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 D | serializer.c | 110 struct pkcs11_attribute_head head = { }; in serialargs_alloc_get_one_attribute() local
|
| H A D | processing_asymm.c | 1026 struct obj_attrs **head) in do_asymm_derivation()
|
| /optee_os/core/arch/arm/crypto/ |
| H 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/core/tee/ |
| H A D | fs_htree.c | 91 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 D | tee_svc_storage.c | 87 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 D | tee_ree_fs.c | 796 const void *head, size_t head_size, in ree_fs_create()
|
| H A D | tee_rpmb_fs.c | 3045 const void *head, size_t head_size, in rpmb_fs_create()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509_create.c | 281 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 D | asn1parse.c | 433 void mbedtls_asn1_free_named_data_list(mbedtls_asn1_named_data **head) in mbedtls_asn1_free_named_data_list()
|
| H A D | asn1write.c | 377 mbedtls_asn1_named_data **head, in mbedtls_asn1_store_named_data()
|
| H A D | x509.c | 504 mbedtls_x509_name *head = cur; in mbedtls_x509_get_name() local
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm-sw.c | 38 const void *head, const void *data, in internal_aes_gcm_ghash_update()
|
| H A D | aes-gcm.c | 145 const uint8_t *head = NULL; in __gcm_update_aad() local
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hisi_qm.h | 55 uint16_t head; member 88 uint16_t head; member
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.h | 95 gz_headerp head; /* where to save gzip header information */ member
|
| H A D | inflate.c | 1374 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument
|
| /optee_os/core/arch/arm/mm/ |
| H A D | mobj_ffa.c | 331 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 D | ta_elf.h | 94 struct ta_head *head; member
|