X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=crypto%2Ftestmgr.c;h=b6b93d41635149692f473d19fdc53118d4de29fe;hb=692e0b35427a088bf75d9363788c61c7edbe93a5;hp=2854865f24341205292a9e05c09bb24ebe28a9dd;hpb=8ce26169555cf5634263d39d3665e45300218a5e;p=deliverable%2Flinux.git diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 2854865f2434..b6b93d416351 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,