Home
last modified time | relevance | path

Searched refs:cipher_key (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_algs.c144 uint8_t *cipher_key = kmalloc(keylen, GFP_ATOMIC); in virtio_crypto_alg_ablkcipher_init_session() local
146 if (!cipher_key) in virtio_crypto_alg_ablkcipher_init_session()
149 memcpy(cipher_key, key, keylen); in virtio_crypto_alg_ablkcipher_init_session()
174 sg_init_one(&key_sg, cipher_key, keylen); in virtio_crypto_alg_ablkcipher_init_session()
185 kzfree(cipher_key); in virtio_crypto_alg_ablkcipher_init_session()
202 kzfree(cipher_key); in virtio_crypto_alg_ablkcipher_init_session()
215 kzfree(cipher_key); in virtio_crypto_alg_ablkcipher_init_session()
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Dinfo.txt59 $cfg A add -a server1.net -p 1025 -i $idx -K $hash_key -k $cipher_key
87 # ./fserver -a 0.0.0.0 -p 1025 -r /mnt -w 10 -K hash_key -k cipher_key
/Linux-v4.19/drivers/crypto/
Dpicoxcell_crypto.c180 u8 cipher_key[AES_MAX_KEY_SIZE]; member
496 memcpy(ctx->cipher_key, keys.enckey, keys.enckeylen); in spacc_aead_setkey()
581 req->ctx_id = spacc_load_ctx(&ctx->generic, ctx->cipher_key, in spacc_aead_submit()