Searched refs:free_buf_chain (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/crypto/ |
D | ixp4xx_crypto.c | 329 static void free_buf_chain(struct device *dev, struct buffer_desc *buf,u32 phys) in free_buf_chain() function 377 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in one_packet() 378 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in one_packet() 390 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in one_packet() 392 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in one_packet() 946 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in ablk_perform() 949 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in ablk_perform() 1096 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in aead_perform() 1098 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in aead_perform()
|