Lines Matching refs:sprinc_str
362 * krb5_error_code k5_kt_remove_by_svcprinc(krb5_context ctx, char *sprinc_str)
368 * where sprinc_str is the service principal name that is matched for any
371 * Note: if there are no entries matching sprinc_str then 0 (success) is
375 k5_kt_remove_by_svcprinc(krb5_context ctx, char *sprinc_str)
378 return (k5_kt_remove_by_key(ctx, sprinc_str, PRINCIPAL));
382 * krb5_error_code k5_kt_validate(krb5_context ctx, char *sprinc_str,
389 * where sprinc_str is the principal to be validated in the keytab file
399 * where valid is a boolean that is set if the sprinc_str is correctly
410 k5_kt_ad_validate(krb5_context ctx, char *sprinc_str, uint_t flags,
423 assert(ctx != NULL && sprinc_str != NULL && valid != NULL);
428 if ((code = krb5_parse_name(ctx, sprinc_str, &svc_princ)) != 0)