Searched refs:free_buf_chain (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 333 static void free_buf_chain(struct device *dev, struct buffer_desc *buf, in free_buf_chain() function 382 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in one_packet() 383 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in one_packet() 409 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in one_packet() 411 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in one_packet() 1047 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in ablk_perform() 1050 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in ablk_perform() 1196 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); in aead_perform() 1198 free_buf_chain(dev, req_ctx->src, crypt->src_buf); in aead_perform()
|