SharkSSL™ Embedded SSL/TLS Stack
|
SHA384 cryptographic hash.
Data Structures | |
struct | SharkSslSha384Ctx |
SHA384. More... | |
Typedefs | |
typedef struct SharkSslSha384Ctx | SharkSslSha384Ctx |
SHA384. | |
Functions | |
SHARKSSL_API void | SharkSslSha384Ctx_constructor (SharkSslSha384Ctx *ctx) |
Initialize. More... | |
SHARKSSL_API void | SharkSslSha384Ctx_append (SharkSslSha384Ctx *, const U8 *data, U32 len) |
append | |
SHARKSSL_API void | SharkSslSha384Ctx_finish (SharkSslSha384Ctx *, U8 digest[SHARKSSL_SHA384_HASH_LEN]) |
finish | |
SHARKSSL_API int | sharkssl_sha384 (const U8 *, U16, U8 *) |
sha384 | |
SHARKSSL_API void SharkSslSha384Ctx_constructor | ( | SharkSslSha384Ctx * | ctx | ) |
Initialize.
ctx | Uninitialized data of size sizeof(SharkSslSha384Ctx). |