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

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c506 krb5_keylist_node *mkey_list_head = NULL, **mkey_list_node; local
572 mkey_list_head = (krb5_keylist_node *) malloc(sizeof(krb5_keylist_node));
573 if (mkey_list_head == NULL) {
578 memset(mkey_list_head, 0, sizeof(krb5_keylist_node));
581 mkey_list_node = &mkey_list_head->next;
607 * latest version of cur_mkey should be copied to mkey_list_head->keyblock
610 /* Set mkey_list_head to the current mkey as an optimization. */
612 mkey_list_head->kvno = master_entry.key_data[0].key_data_kvno;
614 mkey_list_head->keyblock = cur_mkey;
616 *mkeys_list = mkey_list_head;
[all...]

Completed in 19 milliseconds