Searched refs:pErr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | crypt_new_rom.h | 67 extern void MRVL_WapiEncrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); 68 extern void MRVL_WapiDecrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); 72 int *pErr); 73 extern void MRVL_AesPrimitiveEncrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); 76 int *pErr); 77 extern void MRVL_AesPrimitiveDecrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); 79 extern BOOLEAN (*MRVL_AesWrapEncrypt_hook) (MRVL_ENDECRYPT_t *crypt, int *pErr); 80 extern void MRVL_AesWrapEncrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); 82 extern BOOLEAN (*MRVL_AesWrapDecrypt_hook) (MRVL_ENDECRYPT_t *crypt, int *pErr); 83 extern void MRVL_AesWrapDecrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); [all …]
|
| H A D | crypt_new_rom.c | 660 MRVL_AesPrimitiveEncrypt(MRVL_ENDECRYPT_t *crypt, int *pErr) 669 if (MRVL_AesPrimitiveEncrypt_hook(crypt, pErr)) { 674 if ((NULL == pErr) || (NULL == crypt)) { 675 *pErr = -1; 679 *pErr = 0; 682 *pErr = -1; 694 *pErr = -1; 700 MRVL_AesPrimitiveDecrypt(MRVL_ENDECRYPT_t *crypt, int *pErr) 711 if (MRVL_AesPrimitiveDecrypt_hook(crypt, pErr)) { 716 if ((NULL == pErr) || (NULL == crypt)) { [all …]
|
| H A D | crypt_new.h | 36 typedef void (*MRVL_ENDECRYPT_FUNC_p) (MRVL_ENDECRYPT_t *enDeCrypt, int *pErr); 41 extern void MRVL_WapiEncrypt(MRVL_ENDECRYPT_t *crypt, int *pErr); 42 extern void MRVL_WapiDecrypt(MRVL_ENDECRYPT_t *crypt, int *pErr);
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | thread.c | 99 winClipboardErrorHandler(Display * pDisplay, XErrorEvent * pErr); 468 winClipboardErrorHandler(Display * pDisplay, XErrorEvent * pErr) in winClipboardErrorHandler() argument 472 XGetErrorText(pDisplay, pErr->error_code, pszErrorMsg, sizeof(pszErrorMsg)); in winClipboardErrorHandler() 475 pszErrorMsg, pErr->serial, pErr->request_code, pErr->minor_code); in winClipboardErrorHandler()
|