Searched refs:portable_filename_chars (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ecryptfs/
H A Dcrypto.c1930 static unsigned char *portable_filename_chars = ("-.0123456789ABCD" variable
2008 dst[dst_offset++] = portable_filename_chars[dst_block[0]];
2009 dst[dst_offset++] = portable_filename_chars[dst_block[1]];
2010 dst[dst_offset++] = portable_filename_chars[dst_block[2]];
2011 dst[dst_offset++] = portable_filename_chars[dst_block[3]];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c1930 static unsigned char *portable_filename_chars = ("-.0123456789ABCD" variable
2008 dst[dst_offset++] = portable_filename_chars[dst_block[0]];
2009 dst[dst_offset++] = portable_filename_chars[dst_block[1]];
2010 dst[dst_offset++] = portable_filename_chars[dst_block[2]];
2011 dst[dst_offset++] = portable_filename_chars[dst_block[3]];

Completed in 106 milliseconds