OCBv3: improved handling of taglen in ocb3_done

This commit is contained in:
Karel Miko
2017-08-07 17:47:11 +02:00
committed by Steffen Jaeckel
parent 41130900d0
commit af63d0a55f
4 changed files with 33 additions and 6 deletions
+1
View File
@@ -266,6 +266,7 @@ typedef struct {
symmetric_key key; /* scheduled key for cipher */
unsigned long block_index; /* index # for current data block */
int cipher, /* cipher idx */
tag_len, /* length of tag */
block_len; /* length of block */
} ocb3_state;