Lines Matching refs:data_t
47 void camellia_encrypt_ecb( data_t * key_str, data_t * src_str,
48 data_t * dst, int setkey_result )
71 void camellia_decrypt_ecb( data_t * key_str, data_t * src_str,
72 data_t * dst, int setkey_result )
95 void camellia_encrypt_cbc( data_t * key_str, data_t * iv_str,
96 data_t * src_str, data_t * dst, int cbc_result )
120 void camellia_decrypt_cbc( data_t * key_str, data_t * iv_str,
121 data_t * src_str, data_t * dst,
146 void camellia_encrypt_cfb128( data_t * key_str, data_t * iv_str,
147 data_t * src_str, data_t * dst )
168 void camellia_decrypt_cfb128( data_t * key_str, data_t * iv_str,
169 data_t * src_str,
170 data_t * dst )