Home
last modified time | relevance | path

Searched refs:qcrypto_tls_creds_get_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/crypto/
H A Dtlscredsx509.c546 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 Dtlscredspsk.c90 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 Dtlscredspriv.h73 int qcrypto_tls_creds_get_path(QCryptoTLSCreds *creds,
H A Dtlscredsanon.c46 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_anon_load()
H A Dtrace-events5 qcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path) "TLS creds path cre…
H A Dtlscreds.c97 qcrypto_tls_creds_get_path(QCryptoTLSCreds *creds, in qcrypto_tls_creds_get_path() function