Searched refs:seal (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c96 bool seal:1; /* request transport encryption on share */ member in struct:smb_vol
1312 } else if (strnicmp(data, "seal", 4) == 0) {
1313 /* we do not do the following in secFlags because seal
1317 vol->seal = 1;
1852 if (tcon->seal != volume_info->seal)
1894 tcon->seal = volume_info->seal;
H A Dcifsglob.h297 bool seal:1; /* transport encryption for this mounted share */ member in struct:cifsTconInfo
H A Dcifsfs.c395 if (tcon->seal)
396 seq_printf(s, ",seal");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvalidat1.cpp26 #include "seal.h"
1258 SEAL<>::Encryption seal(key, sizeof(key), iv);
1263 seal.ProcessString(output, input, size);
1268 seal.Seek(1);
1269 output[1] = seal.ProcessByte(output[1]);
1270 seal.ProcessString(output+2, size-2);

Completed in 73 milliseconds