kt 498 source4/heimdal/kuser/kinit.c krb5_keytab kt; kt 500 source4/heimdal/kuser/kinit.c ret = krb5_kt_resolve(context, keytab_str, &kt); kt 502 source4/heimdal/kuser/kinit.c ret = krb5_kt_default(context, &kt); kt 508 source4/heimdal/kuser/kinit.c kt, kt 512 source4/heimdal/kuser/kinit.c krb5_kt_close(context, kt); kt 345 source4/heimdal/lib/hdb/mkey.c krb5_keytab kt; kt 350 source4/heimdal/lib/hdb/mkey.c ret = krb5_kt_resolve(context, filename, &kt); kt 355 source4/heimdal/lib/hdb/mkey.c ret = krb5_kt_add_entry(context, kt, &p->keytab); kt 358 source4/heimdal/lib/hdb/mkey.c krb5_kt_close(context, kt); kt 196 source4/heimdal/lib/krb5/crypto.c struct key_type *kt, kt 559 source4/heimdal/lib/krb5/crypto.c struct key_type *kt, kt 700 source4/heimdal/lib/krb5/crypto.c evp_schedule(krb5_context context, struct key_type *kt, struct key_data *kd) kt 703 source4/heimdal/lib/krb5/crypto.c const EVP_CIPHER *c = (*kt->evp)(); kt 1161 source4/heimdal/lib/krb5/crypto.c struct key_type *kt = et->keytype; kt 1163 source4/heimdal/lib/krb5/crypto.c if(kt->schedule == NULL) kt 1172 source4/heimdal/lib/krb5/crypto.c ret = krb5_data_alloc(key->schedule, kt->schedule_size); kt 1178 source4/heimdal/lib/krb5/crypto.c (*kt->schedule)(context, kt, key); kt 3790 source4/heimdal/lib/krb5/crypto.c struct key_type *kt = et->keytype; kt 3795 source4/heimdal/lib/krb5/crypto.c if(et->blocksize * 8 < kt->bits || len != et->blocksize) { kt 3796 source4/heimdal/lib/krb5/crypto.c nblocks = (kt->bits + et->blocksize * 8 - 1) / (et->blocksize * 8); kt 3819 source4/heimdal/lib/krb5/crypto.c size_t res_len = (kt->bits + 7) / 8; kt 3843 source4/heimdal/lib/krb5/crypto.c switch(kt->type) { kt 3855 source4/heimdal/lib/krb5/crypto.c kt->type); kt 4640 source4/heimdal/lib/krb5/crypto.c struct key_type *kt = _find_keytype(keytype); kt 4641 source4/heimdal/lib/krb5/crypto.c if(kt == NULL) { kt 4646 source4/heimdal/lib/krb5/crypto.c *string = strdup(kt->name); kt 146 source4/heimdal/lib/krb5/keytab.c const char *kt = NULL; kt 149 source4/heimdal/lib/krb5/keytab.c kt = context->default_keytab; kt 161 source4/heimdal/lib/krb5/keytab.c kt = context->default_keytab_modify; kt 162 source4/heimdal/lib/krb5/keytab.c if (strlcpy (name, kt, namesize) >= namesize) { kt 39 source4/heimdal/lib/krb5/keytab_any.c krb5_keytab kt; kt 52 source4/heimdal/lib/krb5/keytab_any.c if(a->kt) kt 53 source4/heimdal/lib/krb5/keytab_any.c krb5_kt_close(context, a->kt); kt 84 source4/heimdal/lib/krb5/keytab_any.c ret = krb5_kt_resolve (context, buf, &a->kt); kt 142 source4/heimdal/lib/krb5/keytab_any.c ret = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor); kt 166 source4/heimdal/lib/krb5/keytab_any.c ret = krb5_kt_next_entry(context, ed->a->kt, entry, &ed->cursor); kt 172 source4/heimdal/lib/krb5/keytab_any.c ret2 = krb5_kt_end_seq_get (context, ed->a->kt, &ed->cursor); kt 176 source4/heimdal/lib/krb5/keytab_any.c ret2 = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor); kt 197 source4/heimdal/lib/krb5/keytab_any.c ret = krb5_kt_end_seq_get(context, ed->a->kt, &ed->cursor); kt 211 source4/heimdal/lib/krb5/keytab_any.c ret = krb5_kt_add_entry(context, a->kt, entry); kt 232 source4/heimdal/lib/krb5/keytab_any.c ret = krb5_kt_remove_entry(context, a->kt, entry);