Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/ubsec/
H A Dubsecreg.h206 struct ubsec_ctx_modexp { struct
207 volatile u_int16_t me_len; /* command length */
208 volatile u_int16_t me_op; /* modexp, 0x47 */
209 volatile u_int16_t me_E_len; /* E (bits) */
210 volatile u_int16_t me_N_len; /* N (bits) */
211 u_int8_t me_N[2048/8]; /* N */