Searched defs:ubsec_pktctx_aes192 (Results 1 – 1 of 1) sorted by relevance
163 struct ubsec_pktctx_aes192 { struct164 struct ubsec_pktctx_hdr pc_hdr; /* Common header */165 volatile u_int32_t pc_aeskey[6]; /* AES192 key */166 volatile u_int32_t pc_iv[4]; /* AES iv/icv */167 volatile u_int32_t pc_hminner[5]; /* hmac inner state */168 volatile u_int32_t pc_hmouter[5]; /* hmac outer state */