Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dtlssession.c39 struct QCryptoTLSSession { struct
45 QCryptoTLSSessionWriteFunc writeFunc; argument
46 QCryptoTLSSessionReadFunc readFunc; argument
68 qcrypto_tls_session_free(QCryptoTLSSession *session) in qcrypto_tls_session_free() argument
/openbmc/qemu/include/crypto/
H A Dtlssession.h110 typedef struct QCryptoTLSSession QCryptoTLSSession; typedef