Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()
authortb <tb@openbsd.org>
Fri, 11 Aug 2023 13:57:24 +0000 (13:57 +0000)
committertb <tb@openbsd.org>
Fri, 11 Aug 2023 13:57:24 +0000 (13:57 +0000)
commit5c3bbfbbfb236e0b4dfd57daaad8040e8c883637
tree1ef498ea609cfb7d683a039d71cfee003640ebd3
parente6a172b04af20b189cd370fe40328ab4d3927e4f
Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()

Use aint for the ASN1_INTEGER holding the key and astr for the ASN1_STRING
holding the parameters. This frees up key and params for their DER encoded
versions, matching the naming we use elsewhere much more closely.

ok jsing
lib/libcrypto/dh/dh_ameth.c
lib/libcrypto/dsa/dsa_ameth.c