Home
last modified time | relevance | path

Searched defs:ubsec_pktctx_long (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/crypto/ubsec/
H A Dubsecreg.h138 struct ubsec_pktctx_long { struct
139 volatile u_int16_t pc_len; /* length of ctx struct */
140 volatile u_int16_t pc_type; /* context type, 0 */
141 volatile u_int16_t pc_flags; /* flags, same as above */
142 volatile u_int16_t pc_offset; /* crypto/auth offset */
143 volatile u_int32_t pc_deskey[6]; /* 3DES key */
144 volatile u_int32_t pc_iv[2]; /* [3]DES iv */
145 volatile u_int32_t pc_hminner[5]; /* hmac inner state */
146 volatile u_int32_t pc_hmouter[5]; /* hmac outer state */