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

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogin.c118 algtype_t atent; local
162 if (sscanf(line, "%s %d", keyent, &atent) < 2) {
165 * (atent) so default to DES.
167 atent = AUTH_DES_ALGTYPE;
182 (atent == algtype)) {
H A Dchkey.c737 algtype_t atent; local
781 if (sscanf(line, "%s %d", keyent, &atent) < 2) {
784 * (atent) so default to DES.
786 atent = AUTH_DES_ALGTYPE;
801 (atent == algtype)) {

Completed in 67 milliseconds