• J
    crypto: testmgr - Add self-tests for rfc4309(ccm(aes)) · 5d667322
    Jarod Wilson 提交于
    Add an array of encryption and decryption + verification self-tests
    for rfc4309(ccm(aes)).
    
    Test vectors all come from sample FIPS CAVS files provided to
    Red Hat by a testing lab. Unfortunately, all the published sample
    vectors in RFC 3610 and NIST Special Publication 800-38C contain nonce
    lengths that the kernel's rfc4309 implementation doesn't support, so
    while using some public domain vectors would have been preferred, its
    not possible at this time.
    Signed-off-by: NJarod Wilson <jarod@redhat.com>
    Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
    5d667322
testmgr.c 46.3 KB