-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Looking at this code it seems to me this function indicates that some cryptography function here is implemented via CPU provided optimized instructions (CPACF) not an external HW accelerator:
Line 1418 in cb98c51
static int ecdsa_sign_cpacf(const ICA_EC_KEY *priv, const unsigned char *hash, |
If that is the case it seem here OpenSSL's ECDSA implemenation should be used, and support to utilize CPACF should be contributed to mainline OpenSSL so ECDSA is always as fast as possible.
Is there something preventing regular OpenSSL from using CPACF instructions directly when compiled on S390 ?
Metadata
Metadata
Assignees
Labels
No labels