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

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c47 * If kvno is 0 get the key which is maxkvno for the princ and matches
61 int maxkvno; local
79 maxkvno = -1;
114 if (dbentp->key_data[i].key_data_kvno > maxkvno) {
115 maxkvno = dbentp->key_data[i].key_data_kvno;
122 if (maxkvno < 0 && *start == 0 && saw_non_permitted)
124 if (maxkvno < 0)

Completed in 20 milliseconds