Home
last modified time | relevance | path

Searched defs:QCryptoTLSSession (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/crypto/
H A Dtlssession.c37 struct QCryptoTLSSession { struct
43 QCryptoTLSSessionWriteFunc writeFunc; argument
44 QCryptoTLSSessionReadFunc readFunc; argument
58 qcrypto_tls_session_free(QCryptoTLSSession *session) in qcrypto_tls_session_free() argument
/openbmc/qemu/include/crypto/
H A Dtlssession.h108 typedef struct QCryptoTLSSession QCryptoTLSSession; typedef