Searched refs:CipherARCFOUR_Impl (Results 1 – 1 of 1) sorted by relevance
1149 } CipherARCFOUR_Impl; typedef1253 CipherARCFOUR_Impl *pImpl = (CipherARCFOUR_Impl*)NULL; in rtl_cipher_createARCFOUR()1258 pImpl = ((CipherARCFOUR_Impl*)rtl_allocateZeroMemory (sizeof (CipherARCFOUR_Impl))); in rtl_cipher_createARCFOUR()1282 CipherARCFOUR_Impl *pImpl = (CipherARCFOUR_Impl*)Cipher; in rtl_cipher_initARCFOUR()1308 CipherARCFOUR_Impl *pImpl = (CipherARCFOUR_Impl*)Cipher; in rtl_cipher_encodeARCFOUR()1331 CipherARCFOUR_Impl *pImpl = (CipherARCFOUR_Impl*)Cipher; in rtl_cipher_decodeARCFOUR()1351 CipherARCFOUR_Impl *pImpl = (CipherARCFOUR_Impl*)Cipher; in rtl_cipher_destroyARCFOUR()1355 rtl_freeZeroMemory (pImpl, sizeof (CipherARCFOUR_Impl)); in rtl_cipher_destroyARCFOUR()
Completed in 17 milliseconds