Searched refs:key_sg (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccp/ |
| D | ccp-crypto.h | 97 struct scatterlist key_sg; member 166 struct scatterlist key_sg; member
|
| D | ccp-crypto-aes-galois.c | 53 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_gcm_setkey() 124 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_aes_gcm_crypt()
|
| D | ccp-crypto-des3.c | 56 sg_init_one(&ctx->u.des3.key_sg, ctx->u.des3.key, key_len); in ccp_des3_setkey() 95 rctx->cmd.u.des3.key = &ctx->u.des3.key_sg; in ccp_des3_crypt()
|
| D | ccp-crypto-aes-xts.c | 100 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_xts_setkey() 175 rctx->cmd.u.xts.key = &ctx->u.aes.key_sg; in ccp_aes_xts_crypt()
|
| D | ccp-crypto-aes.c | 62 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()
|
| D | ccp-crypto-aes-cmac.c | 162 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_do_cmac_update() 331 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_cmac_setkey()
|
| /Linux-v5.4/drivers/crypto/virtio/ |
| D | virtio_crypto_algs.c | 121 struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; in virtio_crypto_alg_ablkcipher_init_session() local 160 sg_init_one(&key_sg, cipher_key, keylen); in virtio_crypto_alg_ablkcipher_init_session() 161 sgs[num_out++] = &key_sg; in virtio_crypto_alg_ablkcipher_init_session()
|