Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
m2m_crypto.h File Reference
WINC Crypto Application Interface. More...
Go to the source code of this file.
Typedefs | |
| typedef void(* | tpfAppCryproCb )(uint8 u8MsgType, void *pvResp, void *pvMsg) |
| Crypto Calback function receiving the crypto related messages. | |
Enumerations | |
| enum | tenuRsaSignStatus |
RSA Signature status: pass or fail. More... | |
Detailed Description
WINC Crypto Application Interface.
Copyright (c) 2016-2017 Atmel Corporation. All rights reserved.
Definition in file m2m_crypto.h.
Typedef Documentation
Crypto Calback function receiving the crypto related messages.
- Parameters:
-
[in] u8MsgType Crypto command about which the notification is received. [in] pvResp A pointer to the result associated with the notification. [in] pvMsg A pointer to a buffer containing the notification parameters (if any). It should be Casted to the correct data type corresponding to the notification type.
- See also:
- m2m_crypto_init tenuM2mCryptoCmd
Definition at line 109 of file m2m_crypto.h.
Enumeration Type Documentation
| enum tenuRsaSignStatus |
RSA Signature status: pass or fail.
- See also:
- m2m_crypto_rsa_sign_gen
Definition at line 88 of file m2m_crypto.h.
Generated on Wed Jul 13 2022 16:32:37 by
1.7.2