20#include "hitls_build.h"
47int32_t APP_Read(TLS_Ctx *ctx, uint8_t *buf, uint32_t num, uint32_t *readLen);
58int32_t APP_GetMaxWriteSize(
const TLS_Ctx *ctx, uint32_t *len);
72int32_t APP_Write(TLS_Ctx *ctx,
const uint8_t *data, uint32_t dataLen, uint32_t *writeLen);