Searched defs:ubsec_pktctx_3des (Results 1 – 1 of 1) sorted by relevance
146 struct ubsec_pktctx_3des { struct147 struct ubsec_pktctx_hdr pc_hdr; /* Common header */148 volatile u_int32_t pc_deskey[6]; /* 3DES key */149 volatile u_int32_t pc_iv[2]; /* [3]DES iv */150 volatile u_int32_t pc_hminner[5]; /* hmac inner state */151 volatile u_int32_t pc_hmouter[5]; /* hmac outer state */