mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-02 12:45:20 +01:00
Add Camellia-GCM test vectors
https://tools.ietf.org/html/draft-kato-ipsec-camellia-gcm-03#section-4
This commit is contained in:
parent
083d66821e
commit
13e0d449f7
4 changed files with 118 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ add_test_suite(gcm gcm.aes256_en)
|
|||
add_test_suite(gcm gcm.aes128_de)
|
||||
add_test_suite(gcm gcm.aes192_de)
|
||||
add_test_suite(gcm gcm.aes256_de)
|
||||
add_test_suite(gcm gcm.camellia)
|
||||
add_test_suite(hmac_shax)
|
||||
add_test_suite(md)
|
||||
add_test_suite(mdx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue