thermal: enable thermal subsystem with step_wise governor
[platform/kernel/linux-starfive.git] / crypto / dhparameter.asn1
1 DHParameter ::= SEQUENCE {
2         prime                   INTEGER ({ dh_get_p }),
3         base                    INTEGER ({ dh_get_g })
4 }