Developer Reference for Intel® Integrated Performance Primitives Cryptography
Returns the size of a work buffer for a specific RSA operation.
int mbx_RSA_Method_BufSize(const mbx_RSA_Method*m);
crypto_mb/rsa.h
m |
Pointer to the pre-defined data structure specified by the RSA encryption operation. |
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.