Searched refs:migrate_hook_start_tls_x509_common (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | tls-tests.c | 138 migrate_hook_start_tls_x509_common(QTestState *from, in migrate_hook_start_tls_x509_common() function 239 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_default_host() 256 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_override_host() 273 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_mismatch_host() 286 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_friendly_client() 300 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_hostile_client() 314 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_allow_anon_client() 329 return migrate_hook_start_tls_x509_common(from, to, &args); in migrate_hook_start_tls_x509_reject_anon_client()
|