Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c171 u8 cipher_key[AES_MAX_KEY_SIZE]; member
458 memcpy(ctx->cipher_key, key, len); in spacc_aead_des_setkey()
487 memcpy(ctx->cipher_key, key, len); in spacc_aead_aes_setkey()
607 req->ctx_id = spacc_load_ctx(&ctx->generic, ctx->cipher_key, in spacc_aead_submit()