Home
last modified time | relevance | path

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

/dports/www/srt/srt-1.4.4/haicrypt/
H A Dhaicrypt.h62 #define HAICRYPT_CFG_F_FEC 0x04 /* Do Forward Error Correction */ macro
/dports/www/srt/srt-1.4.4/srtcore/
H A Dcrypto.cpp677 if (flg & HAICRYPT_CFG_F_FEC) in CryptoFlags()