Searched refs:trace_attributes (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | attributes.h | 315 void trace_attributes(const char *prefix, void *ref); 317 static inline void trace_attributes(const char *prefix __unused, in trace_attributes() function
|
A D | processing_ec.c | 592 trace_attributes("public-key", *pub_head); in generate_ec_keys() 593 trace_attributes("private-key", *priv_head); in generate_ec_keys() 727 trace_attributes("public-key", *pub_head); in generate_eddsa_keys() 728 trace_attributes("private-key", *priv_head); in generate_eddsa_keys()
|
A D | attributes.c | 411 trace_attributes(prefix2, in __trace_attributes() 426 void trace_attributes(const char *prefix, void *ref) in trace_attributes() function
|
A D | object.c | 138 trace_attributes("[destroy]", obj->attributes); in destroy_object() 215 trace_attributes("[create]", head); in create_object()
|
A D | pkcs11_attributes.c | 1244 trace_attributes("object", attrs); in create_attributes_from_template()
|
Completed in 12 milliseconds