27#ifdef HITLS_TLS_PROTO_DTLS12
45int32_t DtlsRecordRead(TLS_Ctx *ctx, REC_Type recordType, uint8_t *data, uint32_t *len, uint32_t bufSize);
65int32_t TlsRecordRead(TLS_Ctx *ctx, REC_Type recordType, uint8_t *data, uint32_t *readLen, uint32_t num);
78int32_t StreamRead(TLS_Ctx *ctx,
RecBuf *inBuf, uint32_t len);