Lines Matching refs:rtlCipher
82 rtlCipher Cipher,
88 rtlCipher Cipher,
92 typedef void (SAL_CALL cipher_delete_t) (rtlCipher Cipher);
116 rtlCipher SAL_CALL rtl_cipher_create ( in rtl_cipher_create()
120 rtlCipher Cipher = (rtlCipher)NULL; in rtl_cipher_create()
141 rtlCipher Cipher, in rtl_cipher_init()
160 rtlCipher Cipher, in rtl_cipher_encode()
177 rtlCipher Cipher, in rtl_cipher_decode()
193 void SAL_CALL rtl_cipher_destroy (rtlCipher Cipher) in rtl_cipher_destroy()
1016 rtlCipher SAL_CALL rtl_cipher_createBF (rtlCipherMode Mode) in rtl_cipher_createBF()
1021 return ((rtlCipher)NULL); in rtl_cipher_createBF()
1035 return ((rtlCipher)pImpl); in rtl_cipher_createBF()
1042 rtlCipher Cipher, in rtl_cipher_initBF()
1069 rtlCipher Cipher, in rtl_cipher_encodeBF()
1095 rtlCipher Cipher, in rtl_cipher_decodeBF()
1120 void SAL_CALL rtl_cipher_destroyBF (rtlCipher Cipher) in rtl_cipher_destroyBF()
1251 rtlCipher SAL_CALL rtl_cipher_createARCFOUR (rtlCipherMode Mode) in rtl_cipher_createARCFOUR()
1256 return ((rtlCipher)NULL); in rtl_cipher_createARCFOUR()
1270 return ((rtlCipher)pImpl); in rtl_cipher_createARCFOUR()
1277 rtlCipher Cipher, in rtl_cipher_initARCFOUR()
1304 rtlCipher Cipher, in rtl_cipher_encodeARCFOUR()
1327 rtlCipher Cipher, in rtl_cipher_decodeARCFOUR()
1349 void SAL_CALL rtl_cipher_destroyARCFOUR (rtlCipher Cipher) in rtl_cipher_destroyARCFOUR()