libgcrypt/tests (ChangeLog basic.c)

cvs user werner cvs@cvs.gnupg.org
Wed, 18 Jun 2003 20:27:59 +0200


    Date: Wednesday, June 18, 2003 @ 20:27:59
  Author: werner
    Path: /cvs/gnupg/libgcrypt/tests

Modified: ChangeLog basic.c

* basic.c (check_cbc_mac_cipher): Adjusted for new API of get_blklen
and get_keylen.
(check_ctr_cipher): Ditto.
(check_one_cipher): Ditto.
(check_one_md): Adjusted for new API of gcry_md_copy.

* benchmark.c (cipher_bench): Adjusted for new API of get_blklen
and get_keylen.

* gcrypt.h (gcry_cipher_get_algo_blklen)
(gcry_cipher_get_algo_keylen): Replaced macro by funcion.

* cipher.c (gcry_cipher_get_algo_keylen): New.
(gcry_cipher_get_algo_blklen): New.


-----------+
 ChangeLog |    8 ++++++++
 basic.c   |   38 ++++++++++++++++++--------------------
 2 files changed, 26 insertions(+), 20 deletions(-)