Searched defs:ubsec_ctx_modexp (Results 1 – 1 of 1) sorted by relevance
241 struct ubsec_ctx_modexp { struct242 volatile u_int16_t me_len; /* command length */243 volatile u_int16_t me_op; /* modexp, 0x47 */244 volatile u_int16_t me_E_len; /* E (bits) */245 volatile u_int16_t me_N_len; /* N (bits) */246 u_int8_t me_N[2048/8]; /* N */