crypto: tcrypt - Add rfc4309(ccm(aes)) speed test

This patch adds a speed test for rfc4309(ccm(aes)) as mode 212.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
此提交包含在:
Herbert Xu
2015-06-17 14:04:21 +08:00
父節點 f657f82cc9
當前提交 4e4aab63d7
共有 2 個檔案被更改,包括 6 行新增0 行删除

查看文件

@@ -65,6 +65,7 @@ static u8 speed_template_32_64[] = {32, 64, 0};
/*
* AEAD speed tests
*/
static u8 aead_speed_template_19[] = {19, 0};
static u8 aead_speed_template_20[] = {20, 0};
/*