Searched defs:encrypted_data (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c334 static char encrypted_data[192/8]; local
343 encrypted_data[j] = conn_auth_data[i];
350 encrypted_data[j] = in_addr.sin_addr.s_net; j++;
351 encrypted_data[j] = in_addr.sin_addr.s_host; j++;
352 encrypted_data[j] = in_addr.sin_addr.s_lh; j++;
353 encrypted_data[j] = in_addr.sin_addr.s_impno; j++;
354 encrypted_data[j] = (in_addr.sin_port >> 8) & 0xff; j++;
355 encrypted_data[j] = (in_addr.sin_port) & 0xff; j++;
359 encrypted_data[j] = 0xff; j++;
360 encrypted_data[
[all...]

Completed in 11 milliseconds