Functions
x86_sha1_update ()
void
x86_sha1_update (struct sha1_ctx *ctx
,
size_t length
,
const uint8_t *data
);
x86_sha256_update ()
void
x86_sha256_update (struct sha256_ctx *ctx
,
size_t length
,
const uint8_t *data
);
x86_sha512_update ()
void
x86_sha512_update (struct sha512_ctx *ctx
,
size_t length
,
const uint8_t *data
);
Types and Values
x86_sha1
extern const struct nettle_hash x86_sha1;
x86_sha224
extern const struct nettle_hash x86_sha224;
x86_sha256
extern const struct nettle_hash x86_sha256;
x86_sha384
extern const struct nettle_hash x86_sha384;
x86_sha512
extern const struct nettle_hash x86_sha512;