YARP
Yet Another Robot Platform
AuthHMAC.h File Reference
#include <yarp/os/InputStream.h>
#include <yarp/os/OutputStream.h>
#include <hmac_sha2.h>
+ Include dependency graph for AuthHMAC.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::os::impl::AuthHMAC
 3-way authentication via HMAC More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::os
 An interface to the operating system, including Port based communication.
 
 yarp::os::impl
 The components from which ports and connections are built.
 

Macros

#define DIGEST_SIZE   SHA256_DIGEST_SIZE
 
#define HMAC_CONTEXT   hmac_sha256_ctx
 
#define HMAC_INIT   hmac_sha256_init
 
#define HMAC_REINIT   hmac_sha256_reinit
 
#define HMAC_UPDATE   hmac_sha256_update
 
#define HMAC_FINAL   hmac_sha256_final
 
#define NONCE_LEN   8
 

Macro Definition Documentation

◆ DIGEST_SIZE

#define DIGEST_SIZE   SHA256_DIGEST_SIZE

Definition at line 18 of file AuthHMAC.h.

◆ HMAC_CONTEXT

#define HMAC_CONTEXT   hmac_sha256_ctx

Definition at line 19 of file AuthHMAC.h.

◆ HMAC_FINAL

#define HMAC_FINAL   hmac_sha256_final

Definition at line 23 of file AuthHMAC.h.

◆ HMAC_INIT

#define HMAC_INIT   hmac_sha256_init

Definition at line 20 of file AuthHMAC.h.

◆ HMAC_REINIT

#define HMAC_REINIT   hmac_sha256_reinit

Definition at line 21 of file AuthHMAC.h.

◆ HMAC_UPDATE

#define HMAC_UPDATE   hmac_sha256_update

Definition at line 22 of file AuthHMAC.h.

◆ NONCE_LEN

#define NONCE_LEN   8

Definition at line 24 of file AuthHMAC.h.