Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h67 void __sha3_update(struct __sha3_ctx *ctx, const u8 *in, size_t in_len);
186 __sha3_update(&ctx->ctx, in, in_len); in sha3_update()
246 __sha3_update(&ctx->ctx, in, in_len); in shake_update()
/linux/lib/crypto/
H A Dsha3.c200 void __sha3_update(struct __sha3_ctx *ctx, const u8 *in, size_t in_len) in __sha3_update() function
231 EXPORT_SYMBOL_GPL(__sha3_update);