Lines Matching refs:kvno

43  * Given a particular enctype and optional salttype and kvno, find the
46 * If stype or kvno is negative, it is ignored.
47 * If kvno is 0 get the key which is maxkvno for the princ and matches
51 krb5_dbe_def_search_enctype(kcontext, dbentp, start, ktype, stype, kvno, kdatap)
57 krb5_int32 kvno;
67 if (kvno == -1 && stype == -1 && ktype == -1)
68 kvno = 0;
70 if (kvno == 0) {
73 if (kvno < dbentp->key_data[i].key_data_kvno) {
74 kvno = dbentp->key_data[i].key_data_kvno;
104 if (kvno >= 0 && dbentp->key_data[i].key_data_kvno != kvno)
208 new_entry.vno = keylist->kvno;
240 krb5_kvno kvno,
246 list.kvno = kvno;
257 krb5_kvno *kvno)
320 * Note, the old stash format did not store the kvno and at this point it
321 * can be assumed to be 1 as is the case for the mkey princ. If the kvno is
323 * verifcation trouble if the mkey princ is using a kvno other than 1.
325 if (kvno && *kvno == IGNORE_VNO)
326 *kvno = 1;
338 krb5_kvno *kvno)
353 kvno ? *kvno : IGNORE_VNO,
369 * If a kvno pointer was passed in and it dereferences the
370 * IGNORE_VNO value then it should be assigned the value of the kvno
374 if (kvno != NULL && *kvno == IGNORE_VNO)
375 *kvno = kt_ent.vno;
401 krb5_kvno *kvno,
420 retval = krb5_db_def_fetch_mkey_keytab(context, keyfile, mname, key, kvno);
422 retval = krb5_db_def_fetch_mkey_stash(context, keyfile, key, kvno);
443 krb5_kvno kvno,
479 if (kvno != IGNORE_VNO &&
480 kvno != (krb5_kvno) master_entry.key_data->key_data_kvno) {
484 kvno, master_entry.key_data->key_data_kvno);
600 (*mkey_list_node)->kvno = key_data->key_data_kvno;
612 mkey_list_head->kvno = master_entry.key_data[0].key_data_kvno;