Searched refs:cipher_strlen (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnetfs.h222 unsigned short cipher_strlen; /* Cipher string length with the same format */ member in struct:netfs_crypto_capabilities
229 cap->cipher_strlen = __cpu_to_be16(cap->cipher_strlen);
643 unsigned int cipher_strlen; member in struct:pohmelfs_sb
740 unsigned int cipher_strlen; member in struct:pohmelfs_config_group
H A Dconfig.c203 psb->cipher_strlen = g->cipher_strlen;
477 g->cipher_strlen = c->strlen;
H A Dcrypto.c688 psb->cipher_strlen + psb->hash_strlen + 2; /* 0 bytes */
717 cap->cipher_strlen = psb->cipher_strlen;
719 if (cap->cipher_strlen)
H A Dnet.c716 psb->cipher_string, (cap->cipher_strlen) ? "SUPPORTED" : "NOT SUPPORTED",
727 if (!cap->cipher_strlen) {
728 if (psb->cipher_strlen && psb->crypto_fail_unsupported)
730 psb->cipher_strlen = 0;
H A Dinode.c1836 psb->cipher_strlen = 0;

Completed in 105 milliseconds