Searched refs:trace_attributes (Results 1 – 5 of 5) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H 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
|
| H A D | processing_ec.c | 609 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 D | attributes.c | 414 trace_attributes(prefix2, in __trace_attributes() 429 void trace_attributes(const char *prefix, void *ref) in trace_attributes() function
|
| H A D | object.c | 138 trace_attributes("[destroy]", obj->attributes); in destroy_object() 217 trace_attributes("[create]", head); in create_object()
|
| H A D | pkcs11_attributes.c | 1500 trace_attributes("object", attrs); in create_attributes_from_template()
|