Searched refs:KEY_AES (Results 1 – 5 of 5) sorted by relevance
26 KEY_AES=0x0123456789abcdef012345678901234552 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …53 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
610 KEY_AES="0x"$(ps -af | md5sum | cut -d " " -f 1)627 …ip -net "$ns" xfrm state add src "$remote" dst "$me" proto esp spi "$spi_in" enc aes "$KEY_AES" …628 …rm state add src "$me" dst "$remote" proto esp spi "$spi_out" enc aes "$KEY_AES" auth sha1 "$KEY_…
457 KEY_AES = 3, enumerator
469 wlvifsta->encryption_type == KEY_AES) { in wlcore_fw_status()491 wlvifap->encryption_type == KEY_AES) { in wlcore_fw_status()3594 key_type = KEY_AES; in wlcore_set_key()
1265 case KEY_AES: in wl1271_cmd_build_arp_rsp()
Completed in 37 milliseconds