X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2Ftestmgr.c;h=b6b93d41635149692f473d19fdc53118d4de29fe;hb=d805002befc52a7edbfb0ec202a10a767e67515d;hp=2854865f24341205292a9e05c09bb24ebe28a9dd;hpb=751516f0a9bad32544f40f471037c0e45fb639c9;p=mv-sheeva.git diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 2854865f243..b6b93d41635 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2218,6 +2218,22 @@ static const struct alg_test_desc alg_test_descs[] = { .count = MICHAEL_MIC_TEST_VECTORS } } + }, { + .alg = "ofb(aes)", + .test = alg_test_skcipher, + .fips_allowed = 1, + .suite = { + .cipher = { + .enc = { + .vecs = aes_ofb_enc_tv_template, + .count = AES_OFB_ENC_TEST_VECTORS + }, + .dec = { + .vecs = aes_ofb_dec_tv_template, + .count = AES_OFB_DEC_TEST_VECTORS + } + } + } }, { .alg = "pcbc(fcrypt)", .test = alg_test_skcipher,