Home
last modified time | relevance | path

Searched refs:attributeID (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/lib/libutee/
A Dtee_api_objects.c20 ua[n].attribute_id = attrs[n].attributeID; in __utee_from_attr()
21 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) { in __utee_from_attr()
126 uint32_t attributeID, void *buffer, in TEE_GetObjectBufferAttribute() argument
140 if ((attributeID & TEE_ATTR_FLAG_VALUE)) { in TEE_GetObjectBufferAttribute()
146 res = _utee_cryp_obj_get_attr((unsigned long)object, attributeID, in TEE_GetObjectBufferAttribute()
162 uint32_t attributeID, uint32_t *a, in TEE_GetObjectValueAttribute() argument
180 if (!(attributeID & TEE_ATTR_FLAG_VALUE)) { in TEE_GetObjectValueAttribute()
318 if ((attributeID & TEE_ATTR_FLAG_VALUE) != 0) in TEE_InitRefAttribute()
320 attr->attributeID = attributeID; in TEE_InitRefAttribute()
330 if ((attributeID & TEE_ATTR_FLAG_VALUE) == 0) in TEE_InitValueAttribute()
[all …]
/optee_os-3.20.0/lib/libutee/include/
A Dtee_internal_api.h122 uint32_t attributeID, void *buffer,
126 uint32_t attributeID, uint32_t *a,
145 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID,
148 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
A Dtee_api_types.h106 uint32_t attributeID; member
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c1648 attrs[n].attributeID = usr_attrs[n].attribute_id; in copy_in_attrs()
1649 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) { in copy_in_attrs()
1724 attrs[n].attributeID, in tee_svc_cryp_check_attr()
1815 attrs[n].attributeID, in tee_svc_cryp_obj_populate_type()
1825 if (attrs[n].attributeID & TEE_ATTR_FLAG_VALUE) in tee_svc_cryp_obj_populate_type()
1848 if (attrs[n].attributeID == TEE_ATTR_ECC_CURVE) { in tee_svc_cryp_obj_populate_type()
2196 switch (params[n].attributeID) { in tee_svc_obj_ed25519_parse_params()
3129 switch (params[n].attributeID) { in get_hkdf_params()
3179 switch (params[n].attributeID) { in get_concat_kdf_params()
3220 switch (params[n].attributeID) { in get_pbkdf2_params()
[all …]
/optee_os-3.20.0/ta/trusted_keys/
A Dentry.c172 attr.attributeID = TEE_ATTR_SECRET_VALUE; in huk_crypt()

Completed in 14 milliseconds