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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c319 static void free_buf_chain(struct device *dev, struct buffer_desc *buf,u32 phys) free_buf_chain() function
367 free_buf_chain(dev, req_ctx->buffer, crypt->src_buf); one_packet()
379 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); one_packet()
381 free_buf_chain(dev, req_ctx->src, crypt->src_buf); one_packet()
930 free_buf_chain(dev, req_ctx->src, crypt->src_buf); ablk_perform()
933 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf); ablk_perform()
1088 free_buf_chain(dev, req_ctx->buffer, crypt->src_buf); aead_perform()

Completed in 74 milliseconds