Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dattributes.h315 void trace_attributes(const char *prefix, void *ref);
317 static inline void trace_attributes(const char *prefix __unused, in trace_attributes() function
H A Dprocessing_ec.c609 trace_attributes("public-key", *pub_head); in generate_ec_keys()
610 trace_attributes("private-key", *priv_head); in generate_ec_keys()
744 trace_attributes("public-key", *pub_head); in generate_eddsa_keys()
745 trace_attributes("private-key", *priv_head); in generate_eddsa_keys()
H A Dattributes.c414 trace_attributes(prefix2, in __trace_attributes()
429 void trace_attributes(const char *prefix, void *ref) in trace_attributes() function
H A Dobject.c138 trace_attributes("[destroy]", obj->attributes); in destroy_object()
217 trace_attributes("[create]", head); in create_object()
H A Dpkcs11_attributes.c1500 trace_attributes("object", attrs); in create_attributes_from_template()