]> Git Repo - qemu.git/blobdiff - crypto/trace-events
crypto: Implement TLS Pre-Shared Keys (PSK).
[qemu.git] / crypto / trace-events
index e589990359b4d9037bafc74aebf1a57d5d627a11..597389b73c847a93ba737b9630e16dfabd7a436a 100644 (file)
@@ -7,6 +7,9 @@ qcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path)
 # crypto/tlscredsanon.c
 qcrypto_tls_creds_anon_load(void *creds, const char *dir) "TLS creds anon load creds=%p dir=%s"
 
+# crypto/tlscredspsk.c
+qcrypto_tls_creds_psk_load(void *creds, const char *dir) "TLS creds psk load creds=%p dir=%s"
+
 # crypto/tlscredsx509.c
 qcrypto_tls_creds_x509_load(void *creds, const char *dir) "TLS creds x509 load creds=%p dir=%s"
 qcrypto_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"
This page took 0.023395 seconds and 4 git commands to generate.