Home
last modified time | relevance | path

Searched refs:enctype_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/admin/
H A Dremove.c56 if(opt->enctype_string) { in kt_remove()
57 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype); in kt_remove()
60 if(sscanf(opt->enctype_string, "%d", &t) == 1) in kt_remove()
63 krb5_warn(context, ret, "%s", opt->enctype_string); in kt_remove()
H A Dadd.c73 if(opt->enctype_string == NULL) { in kt_add()
78 opt->enctype_string = buf; in kt_add()
80 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype); in kt_add()
83 if(sscanf(opt->enctype_string, "%d", &t) == 1) in kt_add()
86 krb5_warn(context, ret, "%s", opt->enctype_string); in kt_add()
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dcopy_cred_cache.c101 if (opt->enctype_string) { in copy_cred_cache()
103 ret = krb5_string_to_enctype(heimtools_context, opt->enctype_string, &enctype); in copy_cred_cache()
105 krb5_err(heimtools_context, 1, ret, "%s", opt->enctype_string); in copy_cred_cache()
H A Dkimpersonate.c49 static char *enctype_string = NULL; variable
340 { "enc-type", 't', arg_string, &enctype_string,
387 if (enctype_string) in main()
388 enc_type = enctype_string; in main()
H A Dheimtools.c85 k.enctype_string = opt->enctype_string; in kvno()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dstash.c57 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype); in stash()
59 krb5_warn(context, ret, "%s", opt->enctype_string); in stash()