Searched defs:sha512_update (Results 1 – 4 of 4) sorted by relevance
32 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() function
45 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() function
336 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha512_update() function
421 void sha512_update(struct sha512_ctx *ctx, const void *p, size_t size) in sha512_update() function