X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=tools%2Fnames.c;h=958e593365334119acd4d78bdbaf791fa576c09b;hp=a8bb645236087e27c75566a4e5b42130eec23244;hb=5db2d48b128326704cd33aff56c8b46e463f3bf6;hpb=2f88a673049d1e183d1a8f78e2030bf02362b8bf diff --git a/tools/names.c b/tools/names.c index a8bb645..958e593 100644 --- a/tools/names.c +++ b/tools/names.c @@ -422,6 +422,8 @@ static const struct { (const void *(*)(void))&br_ghash_pclmul_get }, { "ghash_pwr8", "pwr8", (const void *(*)(void))&br_ghash_pwr8_get }, + { "poly1305_ctmulq", "ctmulq", + (const void *(*)(void))&br_poly1305_ctmulq_get }, { 0, 0, 0, } };