Searched refs:code_string (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | chpw.c | 253 krb5_chpw_result_code_string(krb5_context context, int result_code, char **code_string) in krb5_chpw_result_code_string() argument 257 *code_string = "Malformed request error"; in krb5_chpw_result_code_string() 260 *code_string = "Server error"; in krb5_chpw_result_code_string() 263 *code_string = "Authentication error"; in krb5_chpw_result_code_string() 266 *code_string = "Password change rejected"; in krb5_chpw_result_code_string() 269 *code_string = "Password change failed"; in krb5_chpw_result_code_string() 523 krb5int_setpw_result_code_string( krb5_context context, int result_code, const char **code_string ) in krb5int_setpw_result_code_string() argument 528 *code_string = "Malformed request error"; in krb5int_setpw_result_code_string() 531 *code_string = "Server error"; in krb5int_setpw_result_code_string() 534 *code_string = "Authentication error"; in krb5int_setpw_result_code_string() [all …]
|
H A D | gic_pwd.c | 361 krb5_data code_string; in __krb5_get_init_creds_password() local 365 &result_code, &code_string, in __krb5_get_init_creds_password() 394 (int) code_string.length, code_string.data, in __krb5_get_init_creds_password() 399 krb5_xfree(code_string.data); in __krb5_get_init_creds_password()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | changepw.c | 203 char *code_string; in krb5_change_set_password() local 302 (const char **)&code_string); in krb5_change_set_password() 306 &code_string); in krb5_change_set_password() 310 result_code_string->length = strlen(code_string); in krb5_change_set_password() 316 strncpy(result_code_string->data, code_string, result_code_string->length); in krb5_change_set_password()
|