Retrieves settings from an AES parameters object.
#include "huaes.h"
int hu_AESParamsGet(sb_Params aesParams, int *mode, size_t *blockLen, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The AES parameters object.
The mode of operation.
The length (in bits) of an encryption block.
A global context.
The aesParams object is NULL.
The tag for the params object is not of the expected type.
All output pointers are NULL.
Success.