Home
last modified time | relevance | path

Searched refs:utee_attribute (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_svc_cryp.h26 struct utee_attribute *attrs, unsigned long attr_count);
30 const struct utee_attribute *params,
56 const struct utee_attribute *params,
77 const struct utee_attribute *usr_params,
81 const struct utee_attribute *usr_params,
/optee_os/lib/libutee/include/
H A Dutee_syscalls.h119 struct utee_attribute *attrs,
125 const struct utee_attribute *params,
129 const struct utee_attribute *params,
153 const struct utee_attribute *params,
159 const struct utee_attribute *params,
H A Dutee_types.h54 struct utee_attribute { struct
/optee_os/lib/libutee/
H A Dtee_api_private.h12 void __utee_from_attr(struct utee_attribute *ua, const TEE_Attribute *attrs,
14 void __utee_from_gp11_attr(struct utee_attribute *ua,
H A Dtee_api_objects.c14 void __utee_from_attr(struct utee_attribute *ua, const TEE_Attribute *attrs, in __utee_from_attr()
31 void __utee_from_gp11_attr(struct utee_attribute *ua, in __utee_from_gp11_attr()
385 struct utee_attribute ua[attrCount]; in TEE_PopulateTransientObject()
414 struct utee_attribute ua[attrCount]; in __GP11_TEE_PopulateTransientObject()
550 struct utee_attribute ua[paramCount]; in TEE_GenerateKey()
569 struct utee_attribute ua[paramCount]; in __GP11_TEE_GenerateKey()
H A Dtee_api_operations.c2030 struct utee_attribute ua[paramCount]; in TEE_AsymmetricEncrypt()
2069 struct utee_attribute ua[paramCount]; in __GP11_TEE_AsymmetricEncrypt()
2106 struct utee_attribute ua[paramCount]; in TEE_AsymmetricDecrypt()
2145 struct utee_attribute ua[paramCount]; in __GP11_TEE_AsymmetricDecrypt()
2182 struct utee_attribute ua[paramCount]; in TEE_AsymmetricSignDigest()
2219 struct utee_attribute ua[paramCount]; in __GP11_TEE_AsymmetricSignDigest()
2256 struct utee_attribute ua[paramCount]; in TEE_AsymmetricVerifyDigest()
2292 struct utee_attribute ua[paramCount]; in __GP11_TEE_AsymmetricVerifyDigest()
2324 struct utee_attribute ua[paramCount]; in TEE_DeriveKey()
2366 struct utee_attribute ua[paramCount]; in __GP11_TEE_DeriveKey()
/optee_os/core/tee/
H A Dtee_svc_cryp.c1729 const struct utee_attribute *usr_attrs, in copy_in_attrs()
1735 struct utee_attribute *usr_attrs_bbuf = NULL; in copy_in_attrs()
1737 if (MUL_OVERFLOW(sizeof(struct utee_attribute), attr_count, &size)) in copy_in_attrs()
1991 struct utee_attribute *usr_attrs, in syscall_cryp_obj_populate()
2420 const struct utee_attribute *usr_params, in syscall_obj_generate_key()
3685 const struct utee_attribute *usr_params, in syscall_cryp_derive_key()
4414 const struct utee_attribute *usr_params, in syscall_asymm_operate()
4646 const struct utee_attribute *usr_params, in syscall_asymm_verify()