Home
last modified time | relevance | path

Searched refs:match_claim_fn (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dauthz.c335 oidc_authz_match_claim_fn_type match_claim_fn = NULL; in oidc_authz_worker22() local
352 match_claim_fn = oidc_authz_match_claim; in oidc_authz_worker22()
355 match_claim_fn = oidc_authz_match_claims_expr; in oidc_authz_worker22()
383 if (match_claim_fn(r, token, claims) == TRUE) { in oidc_authz_worker22()
417 …ar *require_args, const void *parsed_require_args, oidc_authz_match_claim_fn_type match_claim_fn) { in oidc_authz_worker24() argument
449 if (match_claim_fn(r, w, claims) == TRUE) { in oidc_authz_worker24()
H A Dmod_auth_openidc.h675 …har *require_args, const void *parsed_require_args, oidc_authz_match_claim_fn_type match_claim_fn);
H A Dmod_auth_openidc.c3968 oidc_authz_match_claim_fn_type match_claim_fn) { in oidc_authz_checker() argument
3989 require_args, parsed_require_args, match_claim_fn); in oidc_authz_checker()