Searched refs:get_attribute (Results 1 – 8 of 8) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | attributes.h | 158 enum pkcs11_rc get_attribute(struct obj_attrs *head, uint32_t attribute, 207 enum pkcs11_rc rc = get_attribute(head, attribute, attr, &size); in get_u32_attribute() 241 if (get_attribute(head, PKCS11_CKA_CLASS, &class, &size)) in get_class() 259 if (get_attribute(head, PKCS11_CKA_KEY_TYPE, &type, &size)) in get_key_type() 295 if (get_attribute(head, PKCS11_CKA_MECHANISM_TYPE, &type, &size)) in get_mechanism_type()
|
A D | pkcs11_attributes.c | 202 rc = get_attribute(templ, attribute, &bbool, &size); in pkcs11_import_object_boolprop() 1340 _rc = get_attribute((head), _attr, &_bvalue, NULL); \ 1353 if (!get_attribute(head, attribute, &bbool, &sz) && !!bbool == val) in check_attr_bval() 1830 rc = get_attribute(obj->attributes, PKCS11_CKA_EXTRACTABLE, in attribute_is_exportable() 1836 rc = get_attribute(obj->attributes, PKCS11_CKA_SENSITIVE, in attribute_is_exportable() 1955 rc = get_attribute(obj->attributes, PKCS11_CKA_TRUSTED, in attr_is_modifiable_certificate() 2148 rc = get_attribute(*head, PKCS11_CKA_VALUE_LEN, &key_length, &size); in set_secret_key_data()
|
A D | attributes.c | 169 enum pkcs11_rc get_attribute(struct obj_attrs *head, uint32_t attribute, in get_attribute() function 239 rc = get_attribute(head, attribute, &bbool, &size); in get_bool()
|
A D | object.c | 856 rc = get_attribute(obj->attributes, cli_head.id, data_ptr, in entry_get_attribute_value() 1177 rc = get_attribute(head, PKCS11_CKA_EXTRACTABLE, &bbool, &size); in entry_copy_object()
|
/optee_os/core/tee/ |
A D | tee_svc_cryp.c | 960 static uint32_t get_attribute(const struct tee_obj *o, in get_attribute() function 1777 if (get_attribute(o, type_props, TEE_ATTR_RSA_PUBLIC_EXPONENT)) { in tee_svc_obj_generate_key_rsa() 1833 if (get_attribute(o, type_props, TEE_ATTR_DH_SUBPRIME)) in tee_svc_obj_generate_key_dh() 1835 if (get_attribute(o, type_props, TEE_ATTR_DH_X_BITS)) in tee_svc_obj_generate_key_dh()
|
/optee_os/out/arm/ta/pkcs11/ |
A D | fd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp | 878 000001d0 g F .text 0000004a get_attribute 1299 000001d0 <get_attribute>: 1300 get_attribute(): 1454 2b2: f7ff ff8d bl 1d0 <get_attribute> 2320 890: f7ff fc9e bl 1d0 <get_attribute> 3676 110c: f7ff f860 bl 1d0 <get_attribute> 4140 1420: f7fe fed6 bl 1d0 <get_attribute> 5911 2000: f7fe f8e6 bl 1d0 <get_attribute> 5963 204c: f7fe f8c0 bl 1d0 <get_attribute> 6061 2100: f7fe f866 bl 1d0 <get_attribute> [all …]
|
A D | fd02c9da-306c-48c7-a49c-bbd827ae86ee.map | 1701 0x00000000000001d0 get_attribute
|
/optee_os/out/arm/core/ |
A D | tee.dmp | 55271 get_attribute(): 55280 get_attribute(): 55351 get_attribute(): 55359 get_attribute(): 55374 get_attribute():
|
Completed in 236 milliseconds