42WOLFSSL_API
int EmbedReceive(
WOLFSSL* ssl,
char* buf,
int sz,
void* ctx);
82WOLFSSL_API
int EmbedSend(
WOLFSSL* ssl,
char* buf,
int sz,
void* ctx);
119WOLFSSL_API
int EmbedReceiveFrom(
WOLFSSL* ssl,
char* buf,
int sz,
void*);
160WOLFSSL_API
int EmbedSendTo(
WOLFSSL* ssl,
char* buf,
int sz,
void* ctx);
196WOLFSSL_API
int EmbedGenerateCookie(
WOLFSSL* ssl,
unsigned char* buf,
217WOLFSSL_API
void EmbedOcspRespFree(
void*,
unsigned char*);
252WOLFSSL_API
void wolfSSL_CTX_SetIORecv(
WOLFSSL_CTX*, CallbackIORecv);
283WOLFSSL_API
void wolfSSL_SetIOReadCtx(
WOLFSSL* ssl,
void *ctx);
314WOLFSSL_API
void wolfSSL_SetIOWriteCtx(
WOLFSSL* ssl,
void *ctx);
415WOLFSSL_API
void wolfSSL_SetIOReadFlags(
WOLFSSL* ssl,
int flags);
450WOLFSSL_API
void wolfSSL_SetIOWriteFlags(
WOLFSSL* ssl,
int flags);
512WOLFSSL_API
void wolfSSL_CTX_SetGenCookie(
WOLFSSL_CTX*, CallbackGenCookie);
WOLFSSL_API void wolfSSL_SetIO_NetX(WOLFSSL *ssl, NX_TCP_SOCKET *nxsocket, ULONG waitoption)
This function sets the nxSocket and nxWait members of the nxCtx struct within the WOLFSSL structure.
Definition wolfio.c:1760
WOLFSSL_API void * wolfSSL_GetIOReadCtx(WOLFSSL *ssl)
This function returns the IOCB_ReadCtx member of the WOLFSSL struct.
Definition wolfio.c:1583
WOLFSSL_API void * wolfSSL_GetIOWriteCtx(WOLFSSL *ssl)
This function returns the IOCB_WriteCtx member of the WOLFSSL structure.
Definition wolfio.c:1592
WOLFSSL_API void * wolfSSL_GetCookieCtx(WOLFSSL *ssl)
This function returns the IOCB_CookieCtx member of the WOLFSSL structure.
Definition wolfio.c:1631
Definition internal.h:2595
Definition internal.h:3849