Home
last modified time | relevance | path

Searched refs:HCRYPT_MSG_KM_OFS_VERSION (Results 1 – 2 of 2) sorted by relevance

/dports/www/srt/srt-1.4.4/haicrypt/
H A Dhcrypt_msg.h100 #define HCRYPT_MSG_KM_OFS_VERSION 0 macro
133 #define hcryptMsg_KM_GetVersion(msg) (((msg)[HCRYPT_MSG_KM_OFS_VERSION]>>4)& 0xF)
H A Dhcrypt_xpt_srt.c96 …pfx_cache[HCRYPT_MSG_KM_OFS_VERSION] = (unsigned char)((HCRYPT_MSG_VERSION << 4) | pkt_type); // v… in hcryptMsg_SRT_ResetCache()