Lines Matching refs:mod_aes_cbc
50 debug_module_t mod_aes_cbc = { variable
63 debug_print(mod_aes_cbc, in aes_cbc_alloc()
114 debug_print(mod_aes_cbc, in aes_cbc_context_init()
144 debug_print(mod_aes_cbc, "setting iv: %s", v128_hex_string(&c->state)); in aes_cbc_set_iv()
168 debug_print(mod_aes_cbc, "iv: %s", in aes_cbc_encrypt()
181 debug_print(mod_aes_cbc, "inblock: %s", in aes_cbc_encrypt()
186 debug_print(mod_aes_cbc, "outblock: %s", in aes_cbc_encrypt()
221 debug_print(mod_aes_cbc, "iv: %s", in aes_cbc_decrypt()
235 debug_print(mod_aes_cbc, "inblock: %s", in aes_cbc_decrypt()
241 debug_print(mod_aes_cbc, "outblock: %s", in aes_cbc_decrypt()
441 (debug_module_t *) &mod_aes_cbc