Searched defs:ipsec_sa_entry (Results 1 – 2 of 2) sorted by relevance
45 struct ipsec_sa_entry { struct46 int hmac_ctrl;47 u16 esn;48 u16 resv;49 unsigned int enckey_len;50 unsigned int kctx_len;51 unsigned int authsize;52 __be32 key_ctx_hdr;53 char salt[MAX_SALT];54 char key[2 * AES_MAX_KEY_SIZE];
162 struct ipsec_sa_entry { struct163 int hmac_ctrl;164 unsigned int enckey_len;165 unsigned int kctx_len;166 unsigned int authsize;167 __be32 key_ctx_hdr;168 char salt[MAX_SALT];169 char key[2 * AES_MAX_KEY_SIZE];