Developer Guide and Reference for Intel® Cryptography Primitives Library
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-ABDC3FBA-6A32-4E5A-8295-250CCBC97E38
Visible to Intel only — GUID: GUID-ABDC3FBA-6A32-4E5A-8295-250CCBC97E38
mbx_RSA_Method_BufSize
Returns the size of a work buffer for a specific RSA operation.
Syntax
int mbx_RSA_Method_BufSize(const mbx_RSA_Method*m);
Include Files
crypto_mb/rsa.h
Parameters
m |
Pointer to the pre-defined data structure specified by the RSA encryption operation. |
Description
The mbx_RSA_Method_BufSize() function returns the size of a work buffer in bytes required for the RSA operation specified by the parameter m. If m is NULL, the function returns 0.