Home
last modified time | relevance | path

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

/dports/www/srt/srt-1.4.4/haicrypt/
H A Dhaicrypt.h107 int HaiCrypt_Tx_ManageKeys(HaiCrypt_Handle hhc, void *out_p[], size_t out_len_p[], int maxout);
H A Dhcrypt_tx.c55 int HaiCrypt_Tx_ManageKeys(HaiCrypt_Handle hhc, void *out_p[], size_t out_len_p[], int maxout) in HaiCrypt_Tx_ManageKeys() function
/dports/www/srt/srt-1.4.4/srtcore/
H A Dcrypto.cpp477 int nbo = HaiCrypt_Tx_ManageKeys(m_hSndCrypto, out_p, out_len_p, 2); in regenCryptoKm()