Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c893 struct buffer_desc src_hook; in ablk_perform() local
941 if (!chainup_buffers(dev, req->src, nbytes, &src_hook, in ablk_perform()
945 req_ctx->src = src_hook.next; in ablk_perform()
946 crypt->src_buf = src_hook.phys_next; in ablk_perform()
1004 struct buffer_desc *buf, src_hook; in aead_perform() local
1044 &src_hook, flags, src_direction); in aead_perform()
1045 req_ctx->src = src_hook.next; in aead_perform()
1046 crypt->src_buf = src_hook.phys_next; in aead_perform()