mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
|
#
|
||
|
# SASL-specific symbols
|
||
|
#
|
||
|
|
||
|
# virnetsaslcontext.h
|
||
|
virNetSASLContextCheckIdentity;
|
||
|
virNetSASLContextNewServer;
|
||
|
virNetSASLSessionExtKeySize;
|
||
|
virNetSASLSessionFree;
|
||
|
virNetSASLSessionGetIdentity;
|
||
|
virNetSASLSessionGetKeySize;
|
||
|
virNetSASLSessionListMechanisms;
|
||
|
virNetSASLSessionNewServer;
|
||
|
virNetSASLSessionSecProps;
|
||
|
virNetSASLSessionServerStart;
|
||
|
virNetSASLSessionServerStep;
|
||
|
|
||
|
|
||
|
# virnetserverclient.h
|
||
|
virNetServerClientSetSASLSession;
|