HomeSort by: relevance | last modified time | path
    Searched defs:cipher_suite_tbl (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay.c 42 static struct macsec_ciphersuite cipher_suite_tbl[] = { variable in typeref:struct:macsec_ciphersuite
58 #define CS_TABLE_SIZE (ARRAY_SIZE(cipher_suite_tbl))
416 if (cipher_suite_tbl[i].id == cs) {
418 return &cipher_suite_tbl[i];
1605 length += cipher_suite_tbl[cs_index].sak_len + 8;
1652 cs = host_to_be64(cipher_suite_tbl[cs_index].id);
1657 cipher_suite_tbl[cs_index].sak_len / 8,
1776 cs = &cipher_suite_tbl[kay->macsec_csindex];
2171 cs = &cipher_suite_tbl[kay->macsec_csindex];
3963 kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].capable
    [all...]

Completed in 55 milliseconds