| 255 | } |
| 256 | |
| 257 | static void |
| 258 | crparam_from_32(const struct crparam32 *from, struct crparam *to) |
| 259 | { |
| 260 | |
| 261 | PTRIN_CP(*from, *to, crp_p); |
| 262 | CP(*from, *to, crp_nbits); |
| 263 | } |
| 264 | |
| 265 | static void |
| 266 | crparam_to_32(const struct crparam *from, struct crparam32 *to) |