Searched refs:replay_protect (Results 1 – 5 of 5) sorted by relevance
/external/libnl/lib/route/link/ |
D | macsec.c | 56 uint8_t send_sci, end_station, scb, replay_protect, protect, encrypt, offload; member 184 info->replay_protect = nla_get_u8(tb[IFLA_MACSEC_REPLAY_PROTECT]); in macsec_parse() 212 static char *replay_protect_str(char *buf, uint8_t replay_protect, uint8_t window) in replay_protect_str() argument 214 if (replay_protect == 1) { in replay_protect_str() 216 } else if (replay_protect == 0) { in replay_protect_str() 238 PRINT_FLAG(tmp, info, replay_protect, 'R'); in flags_str() 281 replay_protect_str(tmp, info->replay_protect, info->window)); in macsec_dump_details() 341 if (info->replay_protect && !(info->ce_mask & MACSEC_ATTR_WINDOW)) in macsec_put_attrs() 344 NLA_PUT_U8(msg, IFLA_MACSEC_REPLAY_PROTECT, info->replay_protect); in macsec_put_attrs() 383 int d = MACSEC_DIFF(REPLAY_PROTECT, a->replay_protect != b->replay_protect); in macsec_compare() [all …]
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 69 bool replay_protect; member 171 sm->replay_protect = false; in SM_STATE() 181 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 190 sm->replay_protect = false; in SM_STATE() 201 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 213 sm->replay_protect = sm->kay->macsec_replay_protect; in SM_STATE() 229 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE() 468 sm->replay_protect = kay->macsec_replay_protect; in ieee802_1x_cp_sm_init() 495 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in ieee802_1x_cp_sm_init()
|
/external/iproute2/ip/ |
D | ipmacsec.c | 1143 int replay_protect = -1; in macsec_parse_opt() local 1235 replay_protect = !!i; in macsec_parse_opt() 1272 if (window != -1 && replay_protect == -1) { in macsec_parse_opt() 1277 } else if (window == -1 && replay_protect == 1) { in macsec_parse_opt() 1290 if (replay_protect != -1) { in macsec_parse_opt() 1293 replay_protect); in macsec_parse_opt()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 77 bool replay_protect; member 231 drv->ifname, drv->replay_protect, in try_commit() 234 drv->replay_protect); in try_commit() 235 if (drv->replay_protect) in try_commit() 468 drv->replay_protect = enabled; in macsec_drv_set_replay_protect()
|
D | driver_macsec_qca.c | 77 bool replay_protect; member 469 drv->replay_protect = enabled; in macsec_qca_set_replay_protect() 721 drv->replay_protect); in macsec_qca_create_receive_sc()
|