Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/crypto/ubsec/
H A Dubsecreg.h214 struct ubsec_ctx_rsapriv { struct
215 volatile u_int16_t rpr_len; /* command length */
216 volatile u_int16_t rpr_op; /* rsaprivate, 0x04 */
217 volatile u_int16_t rpr_q_len; /* q (bits) */
218 volatile u_int16_t rpr_p_len; /* p (bits) */
219 u_int8_t rpr_buf[5 * 1024 / 8]; /* parameters: */