crypto: testmgr - test IV value after a cipher operation
[firefly-linux-kernel-4.4.55.git] / crypto / testmgr.h
index e10582d443dd6328ac14442da69fe4d40842180d..c6f47989647109141057c6c493c771a0f01a5eea 100644 (file)
@@ -67,6 +67,7 @@ struct hash_testvec {
 struct cipher_testvec {
        char *key;
        char *iv;
+       char *iv_out;
        char *input;
        char *result;
        unsigned short tap[MAX_TAP];