}/* assign in_fifo and out_fifo based on input/output struct type */if(crp->crp_flags & CRYPTO_F_SKBUF) {/* using SKB buffers */structsk_buff*skb= (structsk_buff*)crp->crp_buf;if(skb_shinfo(skb)->nr_frags) { printk("%s: skb frags unimplemented\n", device_get_nameunit(sc-...