Home
last modified time | relevance | path

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

/freebsd-src/crypto/heimdal/admin/
H A Dremove.c54 if(opt->enctype_string) { in kt_remove()
55 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype); in kt_remove()
58 if(sscanf(opt->enctype_string, "%d", &t) == 1) in kt_remove()
61 krb5_warn(context, ret, "%s", opt->enctype_string); in kt_remove()
H A Dadd.c71 if(opt->enctype_string == NULL) { in kt_add()
76 opt->enctype_string = buf; in kt_add()
78 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype); in kt_add()
81 if(sscanf(opt->enctype_string, "%d", &t) == 1) in kt_add()
84 krb5_warn(context, ret, "%s", opt->enctype_string); in kt_add()
/freebsd-src/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c99 if (opt->enctype_string) { in copy_cred_cache()
101 ret = krb5_string_to_enctype(kcc_context, opt->enctype_string, &enctype); in copy_cred_cache()
103 krb5_err(kcc_context, 1, ret, "%s", opt->enctype_string); in copy_cred_cache()
H A Dkimpersonate.c47 static char *enctype_string = NULL; variable
284 { "enc-type", 't', arg_string, &enctype_string,
329 if (enctype_string) in main()
330 enc_type = enctype_string; in main()
H A Dkcc.c83 k.enctype_string = opt->enctype_string; in kvno()
/freebsd-src/crypto/heimdal/kadmin/
H A Dstash.c54 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype); in stash()
56 krb5_warn(context, ret, "%s", opt->enctype_string); in stash()