Searched refs:mfp (Results 1 – 10 of 10) sorted by relevance
55 ManagerFactoryParameters mfp = null; in testTrustManagerFactorySpi01() local63 kmfSpi.engineInit(mfp); in testTrustManagerFactorySpi01()78 mfp = new MyTrustManagerFactorySpi.Parameters(null); in testTrustManagerFactorySpi01()80 kmfSpi.engineInit(mfp); in testTrustManagerFactorySpi01()85 mfp = new MyTrustManagerFactorySpi.Parameters(kStore); in testTrustManagerFactorySpi01()86 kmfSpi.engineInit(mfp); in testTrustManagerFactorySpi01()
58 ManagerFactoryParameters mfp = null; in testKeyManagerFactorySpi01() local73 kmfSpi.engineInit(mfp); in testKeyManagerFactorySpi01()89 mfp = new MyKeyManagerFactorySpi.Parameters(kStore, null); in testKeyManagerFactorySpi01()91 kmfSpi.engineInit(mfp); in testKeyManagerFactorySpi01()95 mfp = new MyKeyManagerFactorySpi.Parameters(kStore, pass); in testKeyManagerFactorySpi01()96 kmfSpi.engineInit(mfp); in testKeyManagerFactorySpi01()
78 ManagerFactoryParameters mfp = null; in checkResult() local86 tmf.init(mfp); in checkResult()101 mfp = (ManagerFactoryParameters) new MyTrustManagerFactorySpi.Parameters(null); in checkResult()103 tmf.init(mfp); in checkResult()108 mfp = (ManagerFactoryParameters) new MyTrustManagerFactorySpi.Parameters(kStore); in checkResult()109 tmf.init(mfp); in checkResult()
82 ManagerFactoryParameters mfp = null; in checkResult() local97 keyMF.init(mfp); in checkResult()113 mfp = (ManagerFactoryParameters) new MyKeyManagerFactorySpi.Parameters(kStore, null); in checkResult()115 keyMF.init(mfp); in checkResult()119 mfp = (ManagerFactoryParameters) new MyKeyManagerFactorySpi.Parameters(kStore, pass); in checkResult()120 keyMF.init(mfp); in checkResult()
39 A (B::*mfp)() = 0; in g() local40 (b.*mfp)(); // expected-error {{calling function with incomplete return type 'A'}} in g()
193 if (sm->mfp) in wpa_gen_wpa_ie_rsn()195 if (sm->mfp == 2) in wpa_gen_wpa_ie_rsn()
83 int mfp; /* 0 = disabled, 1 = optional, 2 = mandatory */ member
2528 sm->mfp = value; in wpa_sm_set_param()2567 if (sm->mfp != NO_MGMT_FRAME_PROTECTION && sm->ap_rsn_ie) { in wpa_sm_get_status()2590 if (sm->mfp == NO_MGMT_FRAME_PROTECTION || !sm->ap_rsn_ie) in wpa_sm_pmf_enabled()
390 wpa_s->sme.mfp = wpas_get_ssid_pmf(wpa_s, ssid); in sme_send_authentication()391 if (wpa_s->sme.mfp != NO_MGMT_FRAME_PROTECTION) { in sme_send_authentication()399 wpa_s->sme.mfp = MGMT_FRAME_PROTECTION_REQUIRED; in sme_send_authentication()913 params.mgmt_frame_protection = wpa_s->sme.mfp; in sme_associate()
677 int mfp; member