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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c876 struct buffer_desc src_hook; ablk_perform() local
918 if (!chainup_buffers(dev, req->src, nbytes, &src_hook, ablk_perform()
922 req_ctx->src = src_hook.next; ablk_perform()
923 crypt->src_buf = src_hook.phys_next; ablk_perform()
999 struct buffer_desc *buf, src_hook; aead_perform() local
1041 buf = chainup_buffers(dev, req->assoc, req->assoclen, &src_hook, aead_perform()
1043 req_ctx->buffer = src_hook.next; aead_perform()
1044 crypt->src_buf = src_hook.phys_next; aead_perform()

Completed in 48 milliseconds