Searched refs:attributeID (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_objects.c | 20 ua[n].attribute_id = attrs[n].attributeID; in __utee_from_attr() 21 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) { in __utee_from_attr() 38 ua[n].attribute_id = attrs[n].attributeID; in __utee_from_gp11_attr() 39 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) { in __utee_from_gp11_attr() 198 uint32_t attributeID, void *buffer, in TEE_GetObjectBufferAttribute() argument 212 if ((attributeID & TEE_ATTR_FLAG_VALUE)) { in TEE_GetObjectBufferAttribute() 218 res = _utee_cryp_obj_get_attr((unsigned long)object, attributeID, in TEE_GetObjectBufferAttribute() 234 uint32_t attributeID, in __GP11_TEE_GetObjectBufferAttribute() argument 242 res = TEE_GetObjectBufferAttribute(object, attributeID, buffer, &l); in __GP11_TEE_GetObjectBufferAttribute() 248 uint32_t attributeID, uint32_t *a, in TEE_GetObjectValueAttribute() argument [all …]
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_types.h | 123 uint32_t attributeID; member 136 uint32_t attributeID; member
|
| H A D | tee_internal_api.h | 159 uint32_t attributeID, void *buffer, 162 uint32_t attributeID, 166 uint32_t attributeID, uint32_t *a, 191 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID, 194 uint32_t attributeID, 197 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID, 200 uint32_t attributeID,
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 1749 attrs[n].attributeID = usr_attrs_bbuf[n].attribute_id; in copy_in_attrs() 1750 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) { in copy_in_attrs() 1827 attrs[n].attributeID, in tee_svc_cryp_check_attr() 1909 attrs[n].attributeID, in tee_svc_cryp_obj_populate_type() 1919 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) in tee_svc_cryp_obj_populate_type() 1942 if (attrs[n].attributeID == TEE_ATTR_ECC_CURVE) { in tee_svc_cryp_obj_populate_type() 2332 switch (params[n].attributeID) { in tee_svc_obj_ed25519_parse_params() 3362 switch (p->attributeID) { in get_hkdf_params() 3431 switch (p->attributeID) { in get_concat_kdf_params() 3481 switch (p->attributeID) { in get_pbkdf2_params() [all …]
|
| /optee_os/ta/trusted_keys/ |
| H A D | entry.c | 172 attr.attributeID = TEE_ATTR_SECRET_VALUE; in huk_crypt()
|