![]() |
TrustCore SDK NanoSSH API reference
version 7.0
|
SSH authentication functions header. More...
Go to the source code of this file.
Functions | |
MOC_EXTERN MSTATUS | SSH_AUTH_allocStructures (sshContext *pContextSSH) |
Initialize SSH authentication structure. More... | |
MOC_EXTERN MSTATUS | SSH_AUTH_continueAuthFromWait (sshContext *pContextSSH, sbyte4 authResult) |
MOC_EXTERN MSTATUS | SSH_AUTH_deallocStructures (sshContext *pContextSSH) |
Release SSH authentication structure. More... | |
MOC_EXTERN MSTATUS | SSH_AUTH_doProtocol (sshContext *pContextSSH, ubyte *pNewMesg, ubyte4 newMesgLen) |
Does the Authentication Protocol for SSH. More... | |
This header file contains definitions and function declarations used by for SSH authentication.
Whether the following flag is defined determines which function declarations are enabled:
__ENABLE_MOCANA_SSH_ASYNC_SERVER_API__