HomeSort by: relevance | last modified time | path
    Searched refs:receive_sc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_secy_ops.h 42 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
43 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
ieee802_1x_kay.h 111 struct receive_sc { struct
132 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */
154 int (*create_receive_sc)(void *ctx, struct receive_sc *sc,
157 int (*delete_receive_sc)(void *ctx, struct receive_sc *sc);
ieee802_1x_secy_ops.c 260 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
280 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc)
ieee802_1x_kay.c 475 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn,
528 static struct receive_sc *
531 struct receive_sc *psc;
569 struct ieee802_1x_mka_participant *participant, struct receive_sc *psc)
620 struct receive_sc *rxsc;
680 struct receive_sc *rxsc;
1537 struct receive_sc *rxsc;
1542 struct receive_sc, list) {
2566 struct receive_sc *rxsc, *pre_rxsc;
2598 struct receive_sc, list)
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpas_kay.c 120 static int wpas_create_receive_sc(void *wpa_s, struct receive_sc *sc,
128 static int wpas_delete_receive_sc(void *wpa_s, struct receive_sc *sc)
driver_i.h 863 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc,
873 struct receive_sc *sc)
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_kay.c 149 static int hapd_create_receive_sc(void *priv, struct receive_sc *sc,
162 static int hapd_delete_receive_sc(void *priv, struct receive_sc *sc)
  /src/external/bsd/wpa/dist/src/drivers/
driver_macsec_qca.c 545 struct receive_sc *sc,
554 struct receive_sc *sc,
676 static int macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc,
732 static int macsec_qca_delete_receive_sc(void *priv, struct receive_sc *sc)
driver_macsec_linux.c 873 static int macsec_drv_create_receive_sc(void *priv, struct receive_sc *sc,
913 static int macsec_drv_delete_receive_sc(void *priv, struct receive_sc *sc)
driver.h 4777 int (*create_receive_sc)(void *priv, struct receive_sc *sc,
4787 int (*delete_receive_sc)(void *priv, struct receive_sc *sc);

Completed in 30 milliseconds