]> Git Repo - qemu.git/blobdiff - trace-events
crypto: introduce new base module for TLS credentials
[qemu.git] / trace-events
index 1927c764a96ff6795a255696b5ae3a1a846a5338..e8103d13741d791c616a8bf5971b33ea1142f0ca 100644 (file)
@@ -1666,3 +1666,7 @@ alsa_no_frames(int state) "No frames available and ALSA state is %d"
 # audio/ossaudio.c
 oss_version(int version) "OSS version = %#x"
 oss_invalid_available_size(int size, int bufsize) "Invalid available size, size=%d bufsize=%d"
+
+# crypto/tlscreds.c
+qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s"
+qcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path) "TLS creds path creds=%p filename=%s path=%s"
This page took 0.022958 seconds and 4 git commands to generate.