Searched refs:cipher_string (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dconfig.c199 if (g->cipher_string) {
200 psb->cipher_string = kstrdup(g->cipher_string, GFP_KERNEL);
201 if (!psb->cipher_string)
229 kfree(psb->cipher_string);
471 if (g->cipher_string)
474 g->cipher_string = kstrdup(algo, GFP_KERNEL);
475 if (!g->cipher_string)
482 kfree(g->cipher_string);
608 if (g->cipher_string)
[all...]
H A Dcrypto.c65 cipher = crypto_alloc_ablkcipher(psb->cipher_string, 0, 0);
69 __func__, psb->idx, psb->cipher_string, err);
78 __func__, psb->idx, psb->cipher_string, err);
112 if (psb->cipher_string) {
663 kfree(psb->cipher_string);
720 sprintf(str, "%s", psb->cipher_string);
760 if (!psb->cipher_string && !psb->hash_string)
819 if ((!psb->hash_string && !psb->cipher_string) || !psb->perform_crypto) {
H A Dnetfs.h634 char *cipher_string; member in struct:pohmelfs_sb
734 char *cipher_string; member in struct:pohmelfs_config_group
H A Dnet.c278 if ((psb->hash_string || psb->cipher_string) && psb->perform_crypto && cmd->size) {
716 psb->cipher_string, (cap->cipher_strlen) ? "SUPPORTED" : "NOT SUPPORTED",
731 kfree(psb->cipher_string);
732 psb->cipher_string = NULL;
H A Dinode.c1903 kfree(psb->cipher_string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dkeystore.c776 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE]; member in struct:ecryptfs_parse_tag_70_packet_silly_stack
861 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code);
869 s->cipher_string);
873 s->cipher_string, rc);

Completed in 1531 milliseconds