Added name for new ChaCha20 implementation.
authorThomas Pornin <pornin@bolet.org>
Wed, 26 Jul 2017 14:03:32 +0000 (16:03 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 26 Jul 2017 14:03:32 +0000 (16:03 +0200)
tools/names.c

index 3b4aa83..8fdcca8 100644 (file)
@@ -418,6 +418,8 @@ static const struct {
                (const void *(*)(void))&br_aes_x86ni_cbcdec_get_vtable },
        { "aes_x86ni_ctr",        "x86ni",
                (const void *(*)(void))&br_aes_x86ni_ctr_get_vtable },
+       { "chacha20_sse2",        "sse2",
+               (const void *(*)(void))&br_chacha20_sse2_get },
        { "ghash_pclmul",         "pclmul",
                (const void *(*)(void))&br_ghash_pclmul_get },
        { "ghash_pwr8",           "pwr8",