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

/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c64 #define AUTH_DATA_LEN 16 /* bytes of MIT-MAGIC-COOKIE data */ macro
401 new->data = malloc(AUTH_DATA_LEN);
405 GenerateCryptoKey(new->data, AUTH_DATA_LEN);
406 new->data_length = AUTH_DATA_LEN;

Completed in 7 milliseconds