1*8451f2f2SDaniel P. Berrange# See docs/trace-events.txt for syntax documentation. 2*8451f2f2SDaniel P. Berrange 3*8451f2f2SDaniel P. Berrange# crypto/tlscreds.c 4*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s" 5*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path) "TLS creds path creds=%p filename=%s path=%s" 6*8451f2f2SDaniel P. Berrange 7*8451f2f2SDaniel P. Berrange# crypto/tlscredsanon.c 8*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_anon_load(void *creds, const char *dir) "TLS creds anon load creds=%p dir=%s" 9*8451f2f2SDaniel P. Berrange 10*8451f2f2SDaniel P. Berrange# crypto/tlscredsx509.c 11*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_x509_load(void *creds, const char *dir) "TLS creds x509 load creds=%p dir=%s" 12*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_x509_check_basic_constraints(void *creds, const char *file, int status) "TLS creds x509 check basic constraints creds=%p file=%s status=%d" 13*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_x509_check_key_usage(void *creds, const char *file, int status, int usage, int critical) "TLS creds x509 check key usage creds=%p file=%s status=%d usage=%d critical=%d" 14*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_x509_check_key_purpose(void *creds, const char *file, int status, const char *usage, int critical) "TLS creds x509 check key usage creds=%p file=%s status=%d usage=%s critical=%d" 15*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_x509_load_cert(void *creds, int isServer, const char *file) "TLS creds x509 load cert creds=%p isServer=%d file=%s" 16*8451f2f2SDaniel P. Berrangeqcrypto_tls_creds_x509_load_cert_list(void *creds, const char *file) "TLS creds x509 load cert list creds=%p file=%s" 17*8451f2f2SDaniel P. Berrange 18*8451f2f2SDaniel P. Berrange# crypto/tlssession.c 19*8451f2f2SDaniel P. Berrangeqcrypto_tls_session_new(void *session, void *creds, const char *hostname, const char *aclname, int endpoint) "TLS session new session=%p creds=%p hostname=%s aclname=%s endpoint=%d" 20