Symbol: result_code
crypto/heimdal/kpasswd/kpasswd-generator.c
149
&result_code,
crypto/heimdal/kpasswd/kpasswd-generator.c
96
int result_code;
crypto/heimdal/kpasswd/kpasswd.c
103
printf ("%s%s%.*s\n", krb5_passwd_result_to_string(context, result_code),
crypto/heimdal/kpasswd/kpasswd.c
63
int result_code;
crypto/heimdal/kpasswd/kpasswd.c
95
&result_code,
crypto/heimdal/kpasswd/kpasswdd.c
123
uint16_t result_code,
crypto/heimdal/kpasswd/kpasswdd.c
131
(result_code >> 8) & 0xFF,
crypto/heimdal/kpasswd/kpasswdd.c
132
result_code & 0xFF,
crypto/heimdal/kpasswd/kpasswdd.c
149
uint16_t result_code,
crypto/heimdal/kpasswd/kpasswdd.c
157
if (make_result(&e_data, result_code, expl))
crypto/heimdal/kpasswd/kpasswdd.c
194
uint16_t result_code,
crypto/heimdal/kpasswd/kpasswdd.c
210
if (make_result(&e_data, result_code, expl))
crypto/heimdal/lib/kadm5/ad.c
1241
int result_code, plen;
crypto/heimdal/lib/kadm5/ad.c
1269
&result_code,
crypto/heimdal/lib/kadm5/ad.c
515
int result_code;
crypto/heimdal/lib/kadm5/ad.c
529
&result_code,
crypto/heimdal/lib/krb5/changepw.c
270
int *result_code,
crypto/heimdal/lib/krb5/changepw.c
330
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
352
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
357
*result_code = (p[0] << 8) | p[1];
crypto/heimdal/lib/krb5/changepw.c
370
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
376
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
385
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
417
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
425
*result_code = (p[0] << 8) | p[1];
crypto/heimdal/lib/krb5/changepw.c
445
*result_code = (p[0] << 8) | p[1];
crypto/heimdal/lib/krb5/changepw.c
509
int *result_code,
crypto/heimdal/lib/krb5/changepw.c
629
result_code,
crypto/heimdal/lib/krb5/changepw.c
654
*result_code = KRB5_KPASSWD_HARDERROR;
crypto/heimdal/lib/krb5/changepw.c
691
int *result_code,
crypto/heimdal/lib/krb5/changepw.c
698
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
706
result_code, result_code_string,
crypto/heimdal/lib/krb5/changepw.c
734
int *result_code,
crypto/heimdal/lib/krb5/changepw.c
742
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
754
*result_code = 0;
crypto/heimdal/lib/krb5/changepw.c
756
result_code, result_code_string,
crypto/heimdal/lib/krb5/changepw.c
759
if (ret == 0 && *result_code == 0)
crypto/heimdal/lib/krb5/changepw.c
777
int *result_code,
crypto/heimdal/lib/krb5/changepw.c
785
*result_code = KRB5_KPASSWD_MALFORMED;
crypto/heimdal/lib/krb5/changepw.c
820
result_code,
crypto/heimdal/lib/krb5/init_creds_pw.c
491
int result_code;
crypto/heimdal/lib/krb5/init_creds_pw.c
561
&result_code,
crypto/heimdal/lib/krb5/init_creds_pw.c
567
result_code ? "Error" : "Success",
crypto/heimdal/lib/krb5/init_creds_pw.c
579
if (result_code == 0) {
crypto/krb5/src/clients/kpasswd/kpasswd.c
152
ret = krb5_change_password(context, &creds, pw, &result_code,
crypto/krb5/src/clients/kpasswd/kpasswd.c
160
if (result_code) {
crypto/krb5/src/clients/kpasswd/kpasswd.c
59
int result_code;
crypto/krb5/src/lib/krb5/krb/chpw.c
203
int result_code;
crypto/krb5/src/lib/krb5/krb/chpw.c
219
result_code = (*ptr++ & 0xff);
crypto/krb5/src/lib/krb5/krb/chpw.c
220
result_code = (result_code << 8) | (*ptr++ & 0xff);
crypto/krb5/src/lib/krb5/krb/chpw.c
221
if (result_code < KRB5_KPASSWD_SUCCESS ||
crypto/krb5/src/lib/krb5/krb/chpw.c
222
result_code > KRB5_KPASSWD_INITIAL_FLAG_NEEDED) {
crypto/krb5/src/lib/krb5/krb/chpw.c
228
if (is_error && result_code == KRB5_KPASSWD_SUCCESS) {
crypto/krb5/src/lib/krb5/krb/chpw.c
237
*result_code_out = result_code;
crypto/krb5/src/lib/krb5/krb/chpw.c
245
krb5_chpw_result_code_string(krb5_context context, int result_code,
crypto/krb5/src/lib/krb5/krb/chpw.c
248
switch (result_code) {
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
278
int result_code;
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
283
&result_code, &code_string,
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
289
if (result_code == 0) {
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
299
if (result_code != KRB5_KPASSWD_SOFTERROR) {
crypto/krb5/src/lib/krb5/krb/int-proto.h
188
krb5_data *packet, int *result_code,
crypto/krb5/src/lib/krb5/krb/int-proto.h
192
krb5_chpw_result_code_string(krb5_context context, int result_code,
crypto/krb5/src/lib/krb5/os/changepw.c
209
int *result_code,
crypto/krb5/src/lib/krb5/os/changepw.c
277
if (result_code)
crypto/krb5/src/lib/krb5/os/changepw.c
278
*result_code = local_result_code;
crypto/krb5/src/lib/krb5/os/changepw.c
311
int *result_code,
crypto/krb5/src/lib/krb5/os/changepw.c
316
result_code, result_code_string, result_string );
crypto/krb5/src/lib/krb5/os/changepw.c
329
int *result_code,
crypto/krb5/src/lib/krb5/os/changepw.c
335
result_code, result_code_string, result_string );
crypto/krb5/src/lib/krb5/os/changepw.c
343
int *result_code,
crypto/krb5/src/lib/krb5/os/changepw.c
369
result_code, result_code_string,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
688
krb5_data *packet, int *result_code,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
696
(krb5_context context, int result_code,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
872
int *result_code, krb5_data *result_code_string,
crypto/krb5/src/windows/leashdll/lshfunc.c
256
int result_code;
crypto/krb5/src/windows/leashdll/lshfunc.c
292
&result_code, &result_code_string,
crypto/krb5/src/windows/leashdll/lshfunc.c
296
if (result_code) {
crypto/krb5/src/windows/leashdll/lshfunc.c
309
rc = result_code;
lib/libpam/modules/pam_krb5/pam_krb5.c
733
int result_code, retval;
lib/libpam/modules/pam_krb5/pam_krb5.c
827
&result_code, &result_code_string, &result_string);
lib/libpam/modules/pam_krb5/pam_krb5.c
835
if (result_code) {