Searched defs:ubsec_pktctx_aes256 (Results 1 – 1 of 1) sorted by relevance
171 struct ubsec_pktctx_aes256 { struct172 struct ubsec_pktctx_hdr pc_hdr; /* Common header */173 volatile u_int32_t pc_aeskey[8]; /* AES256 key */174 volatile u_int32_t pc_iv[4]; /* AES iv/icv */175 volatile u_int32_t pc_hminner[5]; /* hmac inner state */176 volatile u_int32_t pc_hmouter[5]; /* hmac outer state */