Displaying 1 result from an estimated 1 matches for "f59c1ad8".
2014 Apr 11
1
BF_encrypt & BF_decrypt when using AES ?
Hi,
I'm doing some perf profiling, and I can see that BF_encrypt &
BF_decrypt of libcrypto.so.1.0.0 (used in tincd) are consuming CPU time.
I'm using Tinc 1.0.23 and Cipher = aes-128-cbc
BF_encrypt & BF_decrypt seems related to Blowfish
(https://www.openssl.org/docs/crypto/blowfish.html).
Is it normal that BF functions are used even if AES is used ? I do not
know anything about