Home
last modified time | relevance | path

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

/freebsd/sbin/setkey/
H A Dtest-pfkey.c309 struct sadb_comb *m_comb; in key_setsadbprop() local
311 u_int len = sizeof(m_prop) + sizeof(m_comb) * 2; in key_setsadbprop()
322 m_comb = (struct sadb_comb *)buf; in key_setsadbprop()
323 m_comb->sadb_comb_auth = SADB_AALG_NONE; in key_setsadbprop()
324 m_comb->sadb_comb_encrypt = SADB_X_EALG_AESGCM16; in key_setsadbprop()
325 m_comb->sadb_comb_flags = 0; in key_setsadbprop()
326 m_comb->sadb_comb_auth_minbits = 0; in key_setsadbprop()
327 m_comb->sadb_comb_auth_maxbits = 0; in key_setsadbprop()
328 m_comb->sadb_comb_encrypt_minbits = 128; in key_setsadbprop()
329 m_comb->sadb_comb_encrypt_maxbits = 256; in key_setsadbprop()
[all …]