Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h73 struct sha3_ctx { struct
74 struct __sha3_ctx ctx; argument
/linux/lib/crypto/
H A Dsha3.c233 void sha3_final(struct sha3_ctx *sha3_ctx, u8 *out) in sha3_final()