Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c120 sg = ccp_crypto_sg_table_add(&rctx->data_sg, &rctx->buf_sg); in ccp_do_cmac_update()
128 sg = ccp_crypto_sg_table_add(&rctx->data_sg, req->src); in ccp_do_cmac_update()
143 sg = ccp_crypto_sg_table_add(&rctx->data_sg, &rctx->pad_sg); in ccp_do_cmac_update()
Dccp-crypto.h208 struct scatterlist *ccp_crypto_sg_table_add(struct sg_table *table,
Dccp-crypto-sha.c109 sg = ccp_crypto_sg_table_add(&rctx->data_sg, &rctx->buf_sg); in ccp_do_sha_update()
114 sg = ccp_crypto_sg_table_add(&rctx->data_sg, req->src); in ccp_do_sha_update()
Dccp-crypto-main.c300 struct scatterlist *ccp_crypto_sg_table_add(struct sg_table *table, in ccp_crypto_sg_table_add() function