Home
last modified time | relevance | path

Searched refs:TEE_Attribute (Results 1 – 24 of 24) sorted by relevance

/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_api.h136 const TEE_Attribute *attrs,
139 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID,
142 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
152 const TEE_Attribute *params, uint32_t paramCount);
292 const TEE_Attribute *params,
298 const TEE_Attribute *params,
304 const TEE_Attribute *params,
310 const TEE_Attribute *params,
318 const TEE_Attribute *params, uint32_t paramCount,
A Dtee_api_types.h116 } TEE_Attribute; typedef
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_api.h136 const TEE_Attribute *attrs,
139 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID,
142 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
152 const TEE_Attribute *params, uint32_t paramCount);
292 const TEE_Attribute *params,
298 const TEE_Attribute *params,
304 const TEE_Attribute *params,
310 const TEE_Attribute *params,
318 const TEE_Attribute *params, uint32_t paramCount,
A Dtee_api_types.h116 } TEE_Attribute; typedef
/optee_os/lib/libutee/include/
A Dtee_api.h136 const TEE_Attribute *attrs,
139 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID,
142 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
152 const TEE_Attribute *params, uint32_t paramCount);
292 const TEE_Attribute *params,
298 const TEE_Attribute *params,
304 const TEE_Attribute *params,
310 const TEE_Attribute *params,
318 const TEE_Attribute *params, uint32_t paramCount,
A Dtee_api_types.h116 } TEE_Attribute; typedef
/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_api.h136 const TEE_Attribute *attrs,
139 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID,
142 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
152 const TEE_Attribute *params, uint32_t paramCount);
292 const TEE_Attribute *params,
298 const TEE_Attribute *params,
304 const TEE_Attribute *params,
310 const TEE_Attribute *params,
318 const TEE_Attribute *params, uint32_t paramCount,
A Dtee_api_types.h116 } TEE_Attribute; typedef
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_api.h136 const TEE_Attribute *attrs,
139 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID,
142 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
152 const TEE_Attribute *params, uint32_t paramCount);
292 const TEE_Attribute *params,
298 const TEE_Attribute *params,
304 const TEE_Attribute *params,
310 const TEE_Attribute *params,
318 const TEE_Attribute *params, uint32_t paramCount,
A Dtee_api_types.h116 } TEE_Attribute; typedef
/optee_os/lib/libutee/
A Dtee_api_private.h12 void __utee_from_attr(struct utee_attribute *ua, const TEE_Attribute *attrs,
34 void __utee_check_attr_in_annotation(const TEE_Attribute *attr, size_t count);
A Dtee_api_objects.c14 void __utee_from_attr(struct utee_attribute *ua, const TEE_Attribute *attrs, in __utee_from_attr()
267 const TEE_Attribute *attrs, in TEE_PopulateTransientObject()
295 void TEE_InitRefAttribute(TEE_Attribute *attr, uint32_t attributeID, in TEE_InitRefAttribute()
307 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID, in TEE_InitValueAttribute()
377 const TEE_Attribute *params, uint32_t paramCount) in TEE_GenerateKey()
A Dtee_api_panic.c80 void __utee_check_attr_in_annotation(const TEE_Attribute *attr, size_t count) in __utee_check_attr_in_annotation()
A Dtee_api_operations.c1629 const TEE_Attribute *params, in TEE_AsymmetricEncrypt()
1666 const TEE_Attribute *params, in TEE_AsymmetricDecrypt()
1703 const TEE_Attribute *params, in TEE_AsymmetricSignDigest()
1739 const TEE_Attribute *params, in TEE_AsymmetricVerifyDigest()
1776 const TEE_Attribute *params, uint32_t paramCount, in TEE_DeriveKey()
/optee_os/ta/pkcs11/src/
A Dprocessing_ec.c322 enum pkcs11_rc load_tee_ec_key_attrs(TEE_Attribute **tee_attrs, in load_tee_ec_key_attrs()
326 TEE_Attribute *attrs = NULL; in load_tee_ec_key_attrs()
334 attrs = TEE_Malloc(3 * sizeof(TEE_Attribute), in load_tee_ec_key_attrs()
359 attrs = TEE_Malloc(4 * sizeof(TEE_Attribute), in load_tee_ec_key_attrs()
564 TEE_Attribute tee_key_attr[1] = { }; in generate_ec_keys()
A Dpkcs11_helpers.h65 bool pkcs2tee_load_attr(TEE_Attribute *tee_ref, uint32_t tee_id,
70 enum pkcs11_rc pkcs2tee_load_hashed_attr(TEE_Attribute *tee_ref,
A Dprocessing_rsa.c350 enum pkcs11_rc load_tee_rsa_key_attrs(TEE_Attribute **tee_attrs, in load_tee_rsa_key_attrs()
354 TEE_Attribute *attrs = NULL; in load_tee_rsa_key_attrs()
363 attrs = TEE_Malloc(2 * sizeof(TEE_Attribute), in load_tee_rsa_key_attrs()
383 attrs = TEE_Malloc(8 * sizeof(TEE_Attribute), in load_tee_rsa_key_attrs()
540 TEE_Attribute tee_attrs[1] = { }; in generate_rsa_keys()
A Dprocessing.h151 enum pkcs11_rc load_tee_ec_key_attrs(TEE_Attribute **tee_attrs,
172 enum pkcs11_rc load_tee_rsa_key_attrs(TEE_Attribute **tee_attrs,
A Dprocessing_asymm.c246 TEE_Attribute *tee_attrs = NULL; in load_tee_key()
420 TEE_Attribute *tee_attrs = NULL; in step_asymm_operation()
466 tee_attrs = TEE_Malloc(sizeof(TEE_Attribute), in step_asymm_operation()
486 tee_attrs = TEE_Malloc(sizeof(TEE_Attribute), in step_asymm_operation()
A Dpkcs11_helpers.c545 bool pkcs2tee_load_attr(TEE_Attribute *tee_ref, uint32_t tee_id, in pkcs2tee_load_attr()
648 enum pkcs11_rc pkcs2tee_load_hashed_attr(TEE_Attribute *tee_ref, in pkcs2tee_load_hashed_attr()
A Dprocessing_symm.c273 TEE_Attribute *tee_attr, in hash_secret_helper()
311 TEE_Attribute tee_attr = { }; in load_tee_key()
/optee_os/
A Dtypedefs.checkpatch31 TEE_Attribute
/optee_os/core/tee/
A Dtee_svc_cryp.c1382 uint32_t attr_count, TEE_Attribute *attrs) in copy_in_attrs()
1429 const TEE_Attribute *attrs, in tee_svc_cryp_check_attr()
1538 static size_t get_used_bits(const TEE_Attribute *a) in get_used_bits()
1550 const TEE_Attribute *attrs, in tee_svc_cryp_obj_populate_type()
1650 TEE_Attribute *attrs = NULL; in syscall_cryp_obj_populate()
1766 const TEE_Attribute *params, uint32_t param_count) in tee_svc_obj_generate_key_rsa()
1885 TEE_Attribute *params = NULL; in syscall_obj_generate_key()
2848 const TEE_Attribute *p = &params[n]; in get_sm2_kep_params()
2930 TEE_Attribute *params = NULL; in syscall_cryp_derive_key()
3537 TEE_Attribute *params = NULL; in syscall_asymm_operate()
[all …]
/optee_os/ta/trusted_keys/
A Dentry.c154 TEE_Attribute attr = { }; in huk_crypt()

Completed in 32 milliseconds