Searched refs:meta_out (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c598 static int create_output_descriptors(struct cryptocop_operation *operation, int *iniov_ix, int *iniov_offset, size_t desc_len, struct cryptocop_dma_desc **current_out_cdesc, struct strcop_meta_out *meta_out, int alloc_flag) argument
629 cdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, (*meta_out));
973 struct strcop_meta_out meta_out = {0}; local
1141 meta_out.ciphsel = src_none;
1143 meta_out.ciphsel = cipher_ctx.current_src;
1145 meta_out.ciphconf = cipher_ctx.ciph_conf;
1146 meta_out.cbcmode = cipher_ctx.cbcmode;
1147 meta_out.decrypt = cipher_ctx.decrypt;
1148 DEBUG(printk("set ciphsel=%d ciphconf=%d cbcmode=%d decrypt=%d\n", meta_out.ciphsel, meta_out
[all...]

Completed in 26 milliseconds