Searched refs:princ_psr (Results 1 – 1 of 1) sorted by relevance
2259 char *princ_req = 0, *princ_psr = 0; in verify_sam_response() local2302 if ((retval = krb5_unparse_name(context, psr->client, &princ_psr))) in verify_sam_response()2304 if (strcmp(princ_req, princ_psr) != 0) { in verify_sam_response()2329 rep.client = princ_psr; in verify_sam_response()2382 if (princ_psr) free(princ_psr); in verify_sam_response()