Home
last modified time | relevance | path

Searched refs:__sha512_update (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Dsha2.h545 void __sha512_update(struct __sha512_ctx *ctx, const u8 *data, size_t len);
594 __sha512_update(&ctx->ctx, data, len); in sha384_update()
691 __sha512_update(&ctx->ctx.sha_ctx, data, data_len); in hmac_sha384_update()
769 __sha512_update(&ctx->ctx, data, len); in sha512_update()
866 __sha512_update(&ctx->ctx.sha_ctx, data, data_len); in hmac_sha512_update()
/linux/lib/crypto/
H A Dsha512.c163 void __sha512_update(struct __sha512_ctx *ctx, const u8 *data, size_t len) in __sha512_update() function
195 EXPORT_SYMBOL_GPL(__sha512_update);