ACR: fixes for function and enumeration names/values 18/73118/6
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 6 Jun 2016 14:11:16 +0000 (16:11 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Tue, 7 Jun 2016 15:38:35 +0000 (17:38 +0200)
commit2e4afee30bc1baa671067eb108bbdccf926802ff
tree4cbfd76777c12f0d93d4d8f189d6eba4487ae570
parent7e57bff4415b7c02d092a01b53019a9616d4b8a8
ACR: fixes for function and enumeration names/values

This commit extends the names of functions, enumeration and enumeration
values to be longer, more descriptive and not use abbreviation.

Function parameters will be covered in a separate commit.

Change-Id: I4d08291fb667a5740320a23dbe0c24f656405a2c
26 files changed:
api/yaca/yaca_crypto.h
api/yaca/yaca_digest.h
api/yaca/yaca_encrypt.h
api/yaca/yaca_error.h
api/yaca/yaca_key.h
api/yaca/yaca_seal.h
api/yaca/yaca_sign.h
api/yaca/yaca_simple.h
api/yaca/yaca_types.h
examples/digest.c
examples/encrypt.c
examples/encrypt_aes_gcm_ccm.c
examples/key_exchange.c
examples/key_import_export.c
examples/key_password.c
examples/seal.c
examples/sign.c
src/crypto.c
src/debug.c
src/digest.c
src/encrypt.c
src/internal.h
src/key.c
src/seal.c
src/sign.c
src/simple.c