Lines Matching refs:pkp
983 pk_client_params *pkp = NULL; in _kdc_as_rep() local
1143 ret = _kdc_pk_rd_padata(context, config, req, pa, client, &pkp); in _kdc_as_rep()
1151 if (ret == 0 && pkp == NULL) in _kdc_as_rep()
1158 pkp, in _kdc_as_rep()
1163 _kdc_pk_free_client_param(context, pkp); in _kdc_as_rep()
1166 pkp = NULL; in _kdc_as_rep()
1176 if (pkp) in _kdc_as_rep()
1672 if (pkp) { in _kdc_as_rep()
1674 ret = _kdc_pk_mk_pa_reply(context, config, pkp, client, in _kdc_as_rep()
1681 pkp, in _kdc_as_rep()
1842 if (pkp) in _kdc_as_rep()
1843 _kdc_pk_free_client_param(context, pkp); in _kdc_as_rep()