Searched refs:req_opts (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_srv.c | 1151 const struct certauth_req_opts *req_opts = opts; in pkinit_san_authorize() local 1155 ret = verify_client_san(context, req_opts->plgctx, req_opts->reqctx, in pkinit_san_authorize() 1156 req_opts->cb, req_opts->rock, princ, &valid_san); in pkinit_san_authorize() 1179 const struct certauth_req_opts *req_opts = opts; in pkinit_eku_authorize() local 1184 ret = verify_client_eku(context, req_opts->plgctx, req_opts->reqctx, in pkinit_eku_authorize() 1238 const struct certauth_req_opts *req_opts = opts; in dbmatch_authorize() local 1245 ret = req_opts->cb->get_string(context, req_opts->rock, in dbmatch_authorize() 1253 ret = pkinit_client_cert_match(context, req_opts->plgctx->cryptoctx, in dbmatch_authorize() 1254 req_opts->reqctx->cryptoctx, pattern, in dbmatch_authorize() 1256 req_opts->cb->free_string(context, req_opts->rock, pattern); in dbmatch_authorize()
|