mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +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
|
|
@ -1149,6 +1149,7 @@ const cipher_definition_t cipher_definitions[] =
|
|||
#if defined(POLARSSL_CAMELLIA_C)
|
||||
{ POLARSSL_CIPHER_CAMELLIA_128_ECB, &camellia_128_ecb_info },
|
||||
{ POLARSSL_CIPHER_CAMELLIA_192_ECB, &camellia_192_ecb_info },
|
||||
{ POLARSSL_CIPHER_CAMELLIA_256_ECB, &camellia_256_ecb_info },
|
||||
#if defined(POLARSSL_CIPHER_MODE_CBC)
|
||||
{ POLARSSL_CIPHER_CAMELLIA_128_CBC, &camellia_128_cbc_info },
|
||||
{ POLARSSL_CIPHER_CAMELLIA_192_CBC, &camellia_192_cbc_info },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue