Searched refs:qcrypto_tls_creds_get_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | tlscredsx509.c | 546 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 549 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 552 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 555 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 558 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 564 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 567 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load() 570 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_x509_load()
|
H A D | tlscredspsk.c | 90 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_psk_load() 93 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_psk_load() 121 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_psk_load()
|
H A D | tlscredspriv.h | 73 int qcrypto_tls_creds_get_path(QCryptoTLSCreds *creds,
|
H A D | tlscredsanon.c | 46 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_anon_load()
|
H A D | trace-events | 5 qcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path) "TLS creds path cre…
|
H A D | tlscreds.c | 97 qcrypto_tls_creds_get_path(QCryptoTLSCreds *creds, in qcrypto_tls_creds_get_path() function
|