Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/crypto/
Dblake2b.h21 struct blake2b_state { struct
42 static inline void __blake2b_init(struct blake2b_state *state, size_t outlen, in __blake2b_init() argument
/kernel/linux/linux-5.10/crypto/
Dblake2b_generic.c38 struct blake2b_state { struct
39 u64 h[8];
40 u64 t[2];
41 u64 f[2];
42 u8 buf[BLAKE2B_BLOCKBYTES];
43 size_t buflen;