Lines Matching defs:kvno
66 int i, kvno;
68 for (kvno = i = 0; i < count; i++) {
69 if (kvno < data[i].key_data_kvno) {
70 kvno = data[i].key_data_kvno;
73 return(kvno);
98 add_key_rnd(context, master_key, ks_tuple, ks_tuple_count, db_entry, kvno)
104 int kvno;
142 /* Get max kvno */
190 &key, NULL, kvno,
243 * Assumes the max kvno
260 int kvno;
264 kvno = krb5_db_get_key_data_kvno(context, db_entry->n_key_data,
271 /* increment the kvno */
272 kvno++;
275 ks_tuple_count, db_entry, kvno);
301 * Assumes the max kvno
303 * As a side effect all old keys older than the max kvno are nuked.
316 int kvno;
320 kvno = krb5_db_get_key_data_kvno(context, db_entry->n_key_data,
327 /* increment the kvno */
328 kvno++;
331 ks_tuple_count, db_entry, kvno))) {
336 /* Copy keys with key_data_kvno == kvno - 1 ( = old kvno ) */
338 if (key_data[i].key_data_kvno == (kvno - 1)) {
360 db_entry, kvno)
367 int kvno;
469 kvno, &tmp_key_data);
520 * Assumes the max kvno
551 /* increment the kvno. if the requested kvno is too small,
552 increment the old kvno */
583 * Assumes the max kvno
585 * As a side effect all old keys older than the max kvno are nuked.
610 /* increment the kvno */