18 #ifndef __AESKEYWRAP_HEADER__ 19 #define __AESKEYWRAP_HEADER__ 66 MOC_SYM (hwAccelDescr hwAccelCtx)
69 ubyte *pDataToEncrypt,
70 ubyte4 dataToEncryptLen,
71 ubyte *pEncryptedData,
73 ubyte4 *pEncryptedDataLen
115 MOC_SYM (hwAccelDescr hwAccelCtx)
118 ubyte *pEncryptedData,
119 ubyte4 encryptedDataLen,
120 ubyte *pDecryptedData,
122 ubyte4 *pDecryptedDataLen
178 MOC_SYM (hwAccelDescr hwAccelCtx)
181 ubyte *pDataToEncrypt,
182 ubyte4 dataToEncryptLen,
183 ubyte *pEncryptedData,
185 ubyte4 *pEncryptedDataLen
254 MOC_SYM (hwAccelDescr hwAccelCtx)
257 ubyte *pEncryptedData,
258 ubyte4 encryptedDataLen,
259 ubyte *pDecryptedData,
261 ubyte4 *pDecryptedDataLen
311 MOC_SYM (hwAccelDescr hwAccelCtx)
314 ubyte *pDataToEncrypt,
315 ubyte4 dataToEncryptLen,
316 ubyte *pEncryptedData,
318 ubyte4 *pEncryptedDataLen,
362 MOC_SYM (hwAccelDescr hwAccelCtx)
365 ubyte *pEncryptedData,
366 ubyte4 encryptedDataLen,
367 ubyte *pDecryptedData,
369 ubyte4 *pDecryptedDataLen,
427 MOC_SYM (hwAccelDescr hwAccelCtx)
430 ubyte *pDataToEncrypt,
431 ubyte4 dataToEncryptLen,
432 ubyte *pEncryptedData,
434 ubyte4 *pEncryptedDataLen,
505 MOC_SYM (hwAccelDescr hwAccelCtx)
508 ubyte *pEncryptedData,
509 ubyte4 encryptedDataLen,
510 ubyte *pDecryptedData,
512 ubyte4 *pDecryptedDataLen,
518 AESKWRAP_encrypt( MOC_SYM(hwAccelDescr hwAccelCtx) ubyte* keyMaterial,
519 sbyte4 keyLength,
const ubyte* data, ubyte4 dataLen,
525 AESKWRAP_encryptEx( MOC_SYM(hwAccelDescr hwAccelCtx) ubyte* keyMaterial,
526 sbyte4 keyLength,
const ubyte* data, ubyte4 dataLen,
527 ubyte** retData, ubyte4* retDataLen);
532 AESKWRAP_decrypt(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte* keyMaterial,
533 sbyte4 keyLength,
const ubyte* data, ubyte4 dataLen,
539 AESKWRAP_decryptEx(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte* keyMaterial,
540 sbyte4 keyLength,
const ubyte* data, ubyte4 dataLen,
541 ubyte* retData , ubyte4* retDataLen);
MOC_EXTERN MSTATUS AESKWRAP_decrypt3394(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pEncryptedData, ubyte4 encryptedDataLen, ubyte *pDecryptedData, ubyte4 bufferSize, ubyte4 *pDecryptedDataLen)
Decrypt pEncryptedData using the AES key wrapping technique of RFC 3394.
MOC_EXTERN MSTATUS AESKWRAP_decrypt5649Ex(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pEncryptedData, ubyte4 encryptedDataLen, ubyte *pDecryptedData, ubyte4 bufferSize, ubyte4 *pDecryptedDataLen, ubyte transform)
Decrypt pEncryptedData using the AES key wrapping technique of RFC 5649.
MOC_EXTERN MSTATUS AESKWRAP_encrypt5649Ex(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pDataToEncrypt, ubyte4 dataToEncryptLen, ubyte *pEncryptedData, ubyte4 bufferSize, ubyte4 *pEncryptedDataLen, ubyte transform)
Encrypt pDataToEncrypt using the AES key wrapping technique of RFC 5649.
MOC_EXTERN MSTATUS AESKWRAP_decrypt3394Ex(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pEncryptedData, ubyte4 encryptedDataLen, ubyte *pDecryptedData, ubyte4 bufferSize, ubyte4 *pDecryptedDataLen, ubyte transform)
Decrypt pEncryptedData using the AES key wrapping technique of RFC 3394.
MOC_EXTERN MSTATUS AESKWRAP_encrypt3394Ex(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pDataToEncrypt, ubyte4 dataToEncryptLen, ubyte *pEncryptedData, ubyte4 bufferSize, ubyte4 *pEncryptedDataLen, ubyte transform)
Encrypt pDataToEncrypt using the AES key wrapping technique of RFC 3394.
MOC_EXTERN MSTATUS AESKWRAP_encrypt5649(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pDataToEncrypt, ubyte4 dataToEncryptLen, ubyte *pEncryptedData, ubyte4 bufferSize, ubyte4 *pEncryptedDataLen)
Encrypt pDataToEncrypt using the AES key wrapping technique of RFC 5649.
MOC_EXTERN MSTATUS AESKWRAP_decrypt5649(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pEncryptedData, ubyte4 encryptedDataLen, ubyte *pDecryptedData, ubyte4 bufferSize, ubyte4 *pDecryptedDataLen)
Decrypt pEncryptedData using the AES key wrapping technique of RFC 5649.
MOC_EXTERN MSTATUS AESKWRAP_encrypt3394(MOC_SYM(hwAccelDescr hwAccelCtx) ubyte *pKeyMaterial, sbyte4 keyLength, ubyte *pDataToEncrypt, ubyte4 dataToEncryptLen, ubyte *pEncryptedData, ubyte4 bufferSize, ubyte4 *pEncryptedDataLen)
Encrypt pDataToEncrypt using the AES key wrapping technique of RFC 3394.