Home
last modified time | relevance | path

Searched refs:TEE_InitValueAttribute (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h79 #define TEE_InitValueAttribute __GP11_TEE_InitValueAttribute macro
H A Dtee_internal_api.h197 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID,
/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c550 TEE_InitValueAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
566 TEE_InitValueAttribute(&tee_attrs[tee_attrs_count], in step_asymm_operation()
H A Dprocessing_ec.c626 TEE_InitValueAttribute(tee_key_attr, TEE_ATTR_ECC_CURVE, tee_curve, 0); in generate_ec_keys()
H A Dpkcs11_helpers.c573 TEE_InitValueAttribute(tee_ref, TEE_ATTR_ECC_CURVE, in pkcs2tee_load_attr()
/optee_os/lib/libutee/
H A Dtee_api_objects.c464 void TEE_InitValueAttribute(TEE_Attribute *attr, uint32_t attributeID, in TEE_InitValueAttribute() function