Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A 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()
H A Dccp-crypto.h275 struct scatterlist *ccp_crypto_sg_table_add(struct sg_table *table,
H A 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()
H A Dccp-crypto-main.c299 struct scatterlist *ccp_crypto_sg_table_add(struct sg_table *table, in ccp_crypto_sg_table_add() function