crypt: Rename decoding functions.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 28 Aug 2018 19:38:33 +0000 (21:38 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Dec 2018 16:45:24 +0000 (17:45 +0100)
commit3e0533843c8d4add881a6c2d383bd2c80129e27b
tree34c94e1ec2431b82a7fea26301427ae2c566f746
parent3f6b7dd0ed39f7008ec09def9239f379b87cd7c1
crypt: Rename decoding functions.

decode_ssh_key() and decode_key() operate on public and private keys
respectively. This should be obvious from the naming. Also, the
two functions will soon be grouped together in the same file. The
inconsistent naming would even increase the possible confusion,
so it's better to rename the functions now.
crypt_backend.h
crypt_common.c
gcrypt.c
openssl.c