Home
last modified time | relevance | path

Searched defs:shake_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Dsha3.h93 struct shake_ctx { struct
103 static inline void shake_zeroize_ctx(struct shake_ctx *ctx) in shake_zeroize_ctx() argument
/linux/lib/crypto/
H A Dsha3.c245 void shake_squeeze(struct shake_ctx *shake_ctx, u8 *out, size_t out_len) in shake_squeeze()