kunpengcompute / KAEdriver

Driver for Kunpeng Accelerator Engine (KAE)
10 stars 9 forks source link

AES GCM/CCM mode #1

Open yota9 opened 4 years ago

yota9 commented 4 years ago

Hello! Is there a possibility to implement KAE accelerator to work with AES GCM and CCM modes? Thank you!

mystery-nobody commented 4 years ago

Not yet supported. Can you explain the scenarios where you need to use AES GCM? We will consider adding this algorithm in later versions.

yota9 commented 4 years ago

@mystery-nobody For example to accelerate TLS connection. Thank you!