Home
last modified time | relevance | path

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

/aoo41x/main/sal/rtl/source/
H A Dcipher.c228 } CipherBF_Impl; typedef
1018 CipherBF_Impl *pImpl = (CipherBF_Impl*)NULL; in rtl_cipher_createBF()
1023 pImpl = ((CipherBF_Impl*)rtl_allocateZeroMemory (sizeof (CipherBF_Impl))); in rtl_cipher_createBF()
1047 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_initBF()
1073 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_encodeBF()
1099 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_decodeBF()
1122 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_destroyBF()
1126 rtl_freeZeroMemory (pImpl, sizeof (CipherBF_Impl)); in rtl_cipher_destroyBF()

Completed in 18 milliseconds