Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c117 sg = ccp_crypto_sg_table_add(&rctx->data_sg, &rctx->buf_sg); in ccp_do_cmac_update()
125 sg = ccp_crypto_sg_table_add(&rctx->data_sg, req->src); in ccp_do_cmac_update()
140 sg = ccp_crypto_sg_table_add(&rctx->data_sg, &rctx->pad_sg); in ccp_do_cmac_update()
Dccp-crypto.h275 struct scatterlist *ccp_crypto_sg_table_add(struct sg_table *table,
Dccp-crypto-sha.c110 sg = ccp_crypto_sg_table_add(&rctx->data_sg, &rctx->buf_sg); in ccp_do_sha_update()
115 sg = ccp_crypto_sg_table_add(&rctx->data_sg, req->src); in ccp_do_sha_update()
Dccp-crypto-main.c306 struct scatterlist *ccp_crypto_sg_table_add(struct sg_table *table, in ccp_crypto_sg_table_add() function