Searched refs:alloc_get_tee_attribute_data (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing.h | 117 enum pkcs11_rc alloc_get_tee_attribute_data(TEE_ObjectHandle tee_obj,
|
A D | processing_ec.c | 487 rc = alloc_get_tee_attribute_data(tee_obj, TEE_ATTR_ECC_PUBLIC_VALUE_X, in tee2pkcs_ec_attributes() 492 rc = alloc_get_tee_attribute_data(tee_obj, TEE_ATTR_ECC_PUBLIC_VALUE_Y, in tee2pkcs_ec_attributes()
|
A D | processing.c | 336 enum pkcs11_rc alloc_get_tee_attribute_data(TEE_ObjectHandle tee_obj, in alloc_get_tee_attribute_data() function 372 rc = alloc_get_tee_attribute_data(tee_obj, tee_id, &a_ptr, &a_size); in tee2pkcs_add_attribute()
|
A D | processing_asymm.c | 923 rc = alloc_get_tee_attribute_data(out_handle, TEE_ATTR_SECRET_VALUE, in do_asymm_derivation()
|
Completed in 8 milliseconds