Searched refs:cipher_key (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/pohmelfs/ |
D | config.c | 215 psb->cipher_key = kmemdup(g->cipher_key, g->cipher_keysize, in pohmelfs_copy_crypto() 217 if (!psb->cipher_key) in pohmelfs_copy_crypto() 478 g->cipher_key = kmemdup(key, c->keysize, GFP_KERNEL); in pohmelfs_crypto_cipher_init() 479 if (!g->cipher_key) { in pohmelfs_crypto_cipher_init()
|
D | netfs.h | 637 u8 *cipher_key; member 748 u8 *cipher_key; member
|
D | crypto.c | 75 err = crypto_ablkcipher_setkey(cipher, psb->cipher_key, psb->cipher_keysize); in pohmelfs_init_cipher()
|
/linux-2.6.39/Documentation/filesystems/pohmelfs/ |
D | info.txt | 59 $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-2.6.39/drivers/crypto/ |
D | picoxcell_crypto.c | 170 u8 cipher_key[AES_MAX_KEY_SIZE]; member 455 memcpy(ctx->cipher_key, key, len); in spacc_aead_des_setkey() 484 memcpy(ctx->cipher_key, key, len); in spacc_aead_aes_setkey() 620 req->ctx_id = spacc_load_ctx(&ctx->generic, ctx->cipher_key, in spacc_aead_submit()
|