Lines Matching refs:htobe16
188 x->alg = htobe16(x->alg); in bswap_rs256_pubarea()
189 x->hash = htobe16(x->hash); in bswap_rs256_pubarea()
191 x->policy.size = htobe16(x->policy.size); in bswap_rs256_pubarea()
192 x->param.symmetric = htobe16(x->param.symmetric); in bswap_rs256_pubarea()
193 x->param.scheme = htobe16(x->param.scheme); in bswap_rs256_pubarea()
194 x->param.keybits = htobe16(x->param.keybits); in bswap_rs256_pubarea()
195 x->key.size = htobe16(x->key.size); in bswap_rs256_pubarea()
201 x->alg = htobe16(x->alg); in bswap_es256_pubarea()
202 x->hash = htobe16(x->hash); in bswap_es256_pubarea()
204 x->policy.size = htobe16(x->policy.size); in bswap_es256_pubarea()
205 x->param.symmetric = htobe16(x->param.symmetric); in bswap_es256_pubarea()
206 x->param.scheme = htobe16(x->param.scheme); in bswap_es256_pubarea()
207 x->param.curve_id = htobe16(x->param.curve_id); in bswap_es256_pubarea()
208 x->param.kdf = htobe16(x->param.kdf); in bswap_es256_pubarea()
209 x->point.x.size = htobe16(x->point.x.size); in bswap_es256_pubarea()
210 x->point.y.size = htobe16(x->point.y.size); in bswap_es256_pubarea()
217 x->type = htobe16(x->type); in bswap_sha1_certinfo()
218 x->signer.size = htobe16(x->signer.size); in bswap_sha1_certinfo()
219 x->data.size = htobe16(x->data.size); in bswap_sha1_certinfo()
220 x->name.alg = htobe16(x->name.alg); in bswap_sha1_certinfo()
221 x->name.size = htobe16(x->name.size); in bswap_sha1_certinfo()