Lines Matching refs:rtlCipherError
81 typedef rtlCipherError (SAL_CALL cipher_init_t) (
87 typedef rtlCipherError (SAL_CALL cipher_update_t) (
140 rtlCipherError SAL_CALL rtl_cipher_init ( in rtl_cipher_init()
159 rtlCipherError SAL_CALL rtl_cipher_encode ( in rtl_cipher_encode()
176 rtlCipherError SAL_CALL rtl_cipher_decode ( in rtl_cipher_decode()
232 static rtlCipherError __rtl_cipherBF_init (
240 static rtlCipherError __rtl_cipherBF_update (
656 static rtlCipherError __rtl_cipherBF_init ( in __rtl_cipherBF_init()
727 static rtlCipherError __rtl_cipherBF_update ( in __rtl_cipherBF_update()
1041 rtlCipherError SAL_CALL rtl_cipher_initBF ( in rtl_cipher_initBF()
1068 rtlCipherError SAL_CALL rtl_cipher_encodeBF ( in rtl_cipher_encodeBF()
1094 rtlCipherError SAL_CALL rtl_cipher_decodeBF ( in rtl_cipher_decodeBF()
1153 static rtlCipherError rtl_cipherARCFOUR_update_Impl (
1161 static rtlCipherError rtl_cipherARCFOUR_init_Impl ( in rtl_cipherARCFOUR_init_Impl()
1201 static rtlCipherError rtl_cipherARCFOUR_update_Impl ( in rtl_cipherARCFOUR_update_Impl()
1276 rtlCipherError SAL_CALL rtl_cipher_initARCFOUR ( in rtl_cipher_initARCFOUR()
1303 rtlCipherError SAL_CALL rtl_cipher_encodeARCFOUR ( in rtl_cipher_encodeARCFOUR()
1326 rtlCipherError SAL_CALL rtl_cipher_decodeARCFOUR ( in rtl_cipher_decodeARCFOUR()