TrustCore SDK NanoSSH API reference  version 7.0
ssh_auth.h File Reference

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...
 

Detailed Description

This header file contains definitions and function declarations used by for SSH authentication.

Since
1.41
Version
2.02 and later

Whether the following flag is defined determines which function declarations are enabled:

  • __ENABLE_MOCANA_SSH_ASYNC_SERVER_API__