mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Add AES-192-GCM
This commit is contained in:
parent
f7ce67f0d2
commit
83f3fc0d77
4 changed files with 23 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ extern const cipher_info_t aes_256_ctr_info;
|
|||
|
||||
#if defined(POLARSSL_GCM_C)
|
||||
extern const cipher_info_t aes_128_gcm_info;
|
||||
extern const cipher_info_t aes_192_gcm_info;
|
||||
extern const cipher_info_t aes_256_gcm_info;
|
||||
#endif /* POLARSSL_GCM_C */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue