Home
last modified time | relevance | path

Searched refs:HCRYPT_MSG_PT_MS (Results 1 – 4 of 4) sorted by relevance

/dports/www/srt/srt-1.4.4/haicrypt/
H A Dhcrypt_xpt_srt.c92 case HCRYPT_MSG_PT_MS: /* Media Stream */ in hcryptMsg_SRT_ResetCache()
124 rc = HCRYPT_MSG_PT_MS; in hcryptMsg_SRT_ParseMsg()
128 case HCRYPT_MSG_PT_MS: in hcryptMsg_SRT_ParseMsg()
H A Dhcrypt_ctx_tx.c97 ctx->msg_info->resetCache(ctx->MSpfx_cache, HCRYPT_MSG_PT_MS, ctx->flags & HCRYPT_CTX_F_xSEK); in hcryptCtx_Tx_Rekey()
159 ctx->msg_info->resetCache(ctx->MSpfx_cache, HCRYPT_MSG_PT_MS, ctx->flags & HCRYPT_CTX_F_xSEK); in hcryptCtx_Tx_CloneKey()
216 …new_ctx->msg_info->resetCache(new_ctx->MSpfx_cache, HCRYPT_MSG_PT_MS, new_ctx->flags & HCRYPT_MSG_… in hcryptCtx_Tx_Refresh()
H A Dhcrypt_msg.h43 #define HCRYPT_MSG_PT_MS 1 /* Media stream */ macro
H A Dhcrypt_rx.c86 case HCRYPT_MSG_PT_MS: /* MSmsg */ in HaiCrypt_Rx_Process()