Home
last modified time | relevance | path

Searched refs:CS_ID_GCM_AES_128 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dieee802_1x_defs.h13 #define CS_ID_GCM_AES_128 0x0080020001000001ULL macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c478 if (cs == CS_ID_GCM_AES_128) in macsec_qca_cs_type_get()
491 if (cs != CS_ID_GCM_AES_128 && cs != CS_ID_GCM_AES_256) { in macsec_qca_set_current_cipher_suite()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c23 static u64 cs_id[] = { CS_ID_GCM_AES_128, CS_ID_GCM_AES_256 };
H A Dieee802_1x_kay.c45 .id = CS_ID_GCM_AES_128,