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

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c77 #define AUTH_DATA_LEN 16 /* bytes of authorization data */ macro
663 new->data = (char *) malloc (AUTH_DATA_LEN);
681 GenerateCryptoKey (new->data, AUTH_DATA_LEN);
682 new->data_length = AUTH_DATA_LEN;

Completed in 253 milliseconds