Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Force kernel AES-NI usage on a VPS without the aes CPU flag

2»

Comments

  • openssl speed -elapsed -evp aes-128-gcm
    type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
    aes-128-gcm      98772.51k   110566.17k   110899.20k   114346.33k   114865.49k
    
    OPENSSL_ia32cap="+0x200000200000000" openssl speed -elapsed -evp aes-128-gcm
    type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
    aes-128-gcm     257343.99k   399564.01k   459074.22k   476796.59k   475848.70k
    
Sign In or Register to comment.