Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H A Dccp-crypto.h114 struct scatterlist iv_sg; member
141 struct scatterlist iv_sg; member
176 struct scatterlist iv_sg; member
H A Dccp-crypto-aes-cmac.c102 sg_init_one(&rctx->iv_sg, rctx->iv, sizeof(rctx->iv)); in ccp_do_cmac_update()
164 rctx->cmd.u.aes.iv = &rctx->iv_sg; in ccp_do_cmac_update()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c334 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_skcipher_do_req() local
428 sg_init_one(&iv_sg, iv, ivsize); in __virtio_crypto_skcipher_do_req()
429 sgs[num_out++] = &iv_sg; in __virtio_crypto_skcipher_do_req()