Home
last modified time | relevance | path

Searched refs:ms_encrypt (Results 1 – 3 of 3) sorted by relevance

/dports/www/srt/srt-1.4.4/haicrypt/
H A Dhcrypt_tx.c118 …if (0 > (nbout = crypto->cryspr->ms_encrypt(crypto->cryspr_cb, ctx, &indata, 1, NULL, NULL, NULL))… in HaiCrypt_Tx_Data()
167 …if (crypto->cryspr->ms_encrypt(crypto->cryspr_cb, ctx, &indata, 1, &out_p[nbout], &out_len_p[nbout… in HaiCrypt_Tx_Process()
H A Dcryspr.h175 int (*ms_encrypt)( member
H A Dcryspr.c698 cryspr->ms_encrypt = crysprFallback_MsEncrypt; in crysprInit()