Home
last modified time | relevance | path

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

/drivers/crypto/ccp/
A Dccp-crypto.h99 struct scatterlist key_sg; member
170 struct scatterlist key_sg; member
A Dccp-crypto-aes-galois.c52 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_gcm_setkey()
123 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_aes_gcm_crypt()
A Dccp-crypto-des3.c57 sg_init_one(&ctx->u.des3.key_sg, ctx->u.des3.key, key_len); in ccp_des3_setkey()
96 rctx->cmd.u.des3.key = &ctx->u.des3.key_sg; in ccp_des3_crypt()
A Dccp-crypto-aes-xts.c99 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_xts_setkey()
174 rctx->cmd.u.xts.key = &ctx->u.aes.key_sg; in ccp_aes_xts_crypt()
A Dccp-crypto-aes.c62 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_setkey()
100 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_aes_crypt()
A Dccp-crypto-aes-cmac.c162 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_do_cmac_update()
330 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_cmac_setkey()
/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c102 struct scatterlist outhdr_sg, key_sg, inhdr_sg, *sgs[3]; in virtio_crypto_alg_akcipher_init_session() local
130 sg_init_one(&key_sg, pkey, keylen); in virtio_crypto_alg_akcipher_init_session()
131 sgs[num_out++] = &key_sg; in virtio_crypto_alg_akcipher_init_session()
A Dvirtio_crypto_skcipher_algs.c115 struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; in virtio_crypto_alg_skcipher_init_session() local
160 sg_init_one(&key_sg, cipher_key, keylen); in virtio_crypto_alg_skcipher_init_session()
161 sgs[num_out++] = &key_sg; in virtio_crypto_alg_skcipher_init_session()

Completed in 19 milliseconds