Searched defs:sadb_comb (Results 1 – 1 of 1) sorted by relevance
282 typedef struct sadb_comb { struct283 uint8_t sadb_comb_auth; /* Authentication algorithm */ argument284 uint8_t sadb_comb_encrypt; /* Encryption algorithm */ argument285 uint16_t sadb_comb_flags; /* Comb. flags (e.g. PFS) */ argument286 uint16_t sadb_comb_auth_minbits; /* Bit strengths for auth */ argument287 uint16_t sadb_comb_auth_maxbits; argument288 uint16_t sadb_comb_encrypt_minbits; /* Bit strengths for encrypt */ argument289 uint16_t sadb_comb_encrypt_maxbits; argument290 uint32_t sadb_comb_reserved; argument291 uint32_t sadb_comb_soft_allocations; /* Lifetime proposals for */ argument[all …]