Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

m2m_crypto.h File Reference

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]u8MsgTypeCrypto command about which the notification is received.
[in]pvRespA pointer to the result associated with the notification.
[in]pvMsgA 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

RSA Signature status: pass or fail.

See also:
m2m_crypto_rsa_sign_gen

Definition at line 88 of file m2m_crypto.h.