Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h59 struct __sha3_ctx { struct
67 void __sha3_update(struct __sha3_ctx *ctx, const u8 *in, size_t in_len); argument
74 struct __sha3_ctx ctx;
94 struct __sha3_ctx ctx;
/linux/lib/crypto/
H A Dsha3.c200 void __sha3_update(struct __sha3_ctx *ctx, const u8 *in, size_t in_len) in __sha3_update()
235 struct __sha3_ctx *ctx = &sha3_ctx->ctx; in sha3_final()
247 struct __sha3_ctx *ctx = &shake_ctx->ctx; in shake_squeeze()