Searched defs:ubsec_pktctx_aes128 (Results 1 – 1 of 1) sorted by relevance
155 struct ubsec_pktctx_aes128 { struct156 struct ubsec_pktctx_hdr pc_hdr; /* Common header */157 volatile u_int32_t pc_aeskey[4]; /* AES128 key */158 volatile u_int32_t pc_iv[4]; /* AES iv/ucv */159 volatile u_int32_t pc_hminner[5]; /* hmac inner state */160 volatile u_int32_t pc_hmouter[5]; /* hmac outer state */