#include <yarp/os/InputStream.h>
#include <yarp/os/OutputStream.h>
#include <hmac_sha2.h>
Go to the source code of this file.
|
| | 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.
|
| |
◆ DIGEST_SIZE
| #define DIGEST_SIZE SHA256_DIGEST_SIZE |
◆ HMAC_CONTEXT
| #define HMAC_CONTEXT hmac_sha256_ctx |
◆ HMAC_FINAL
| #define HMAC_FINAL hmac_sha256_final |
◆ HMAC_INIT
| #define HMAC_INIT hmac_sha256_init |
◆ HMAC_REINIT
| #define HMAC_REINIT hmac_sha256_reinit |
◆ HMAC_UPDATE
| #define HMAC_UPDATE hmac_sha256_update |
◆ NONCE_LEN