|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "oal_types.h"

宏定义 | |
| #define | THIS_FILE_ID OAM_FILE_ID_HMAC_WAPI_WPI_H |
函数 | |
| osal_u32 | hmac_wpi_encrypt_etc (osal_u8 *iv, osal_u8 *bufin, osal_u32 buflen, osal_u8 *key, osal_u8 *bufout) |
| osal_u32 | hmac_wpi_decrypt_etc (osal_u8 *iv, osal_u8 *bufin, osal_u32 buflen, osal_u8 *key, osal_u8 *bufout) |
| osal_void | hmac_wpi_swap_pn_etc (osal_u8 *pn, osal_u8 len) |
| osal_u32 | hmac_wpi_pmac_etc (const osal_u8 *iv, osal_u8 *buf, osal_u32 pamclen, osal_u8 *key, osal_u8 *mic) |
| #define THIS_FILE_ID OAM_FILE_ID_HMAC_WAPI_WPI_H |
| osal_u32 hmac_wpi_decrypt_etc | ( | osal_u8 * | iv, |
| osal_u8 * | bufin, | ||
| osal_u32 | buflen, | ||
| osal_u8 * | key, | ||
| osal_u8 * | bufout | ||
| ) |
| osal_u32 hmac_wpi_encrypt_etc | ( | osal_u8 * | iv, |
| osal_u8 * | bufin, | ||
| osal_u32 | buflen, | ||
| osal_u8 * | key, | ||
| osal_u8 * | bufout | ||
| ) |
| osal_u32 hmac_wpi_pmac_etc | ( | const osal_u8 * | iv, |
| osal_u8 * | buf, | ||
| osal_u32 | pamclen, | ||
| osal_u8 * | key, | ||
| osal_u8 * | mic | ||
| ) |