Home
last modified time | relevance | path

Searched defs:state (Results 1 – 12 of 12) sorted by relevance

/crypto/
Dcryptd.c38 struct cryptd_state *state; member
133 struct cryptd_state *state = in cryptd_blkcipher_enqueue() local
179 struct cryptd_state *state = cryptd_get_state(tfm); in cryptd_blkcipher_exit_tfm() local
193 struct cryptd_state *state) in cryptd_alloc_instance()
234 struct rtattr **tb, struct cryptd_state *state) in cryptd_alloc_blkcipher()
292 struct cryptd_state *state = cryptd_get_state(tfm); in cryptd_hash_exit_tfm() local
326 struct cryptd_state *state = in cryptd_hash_enqueue() local
471 struct rtattr **tb, struct cryptd_state *state) in cryptd_alloc_hash()
505 static struct cryptd_state state; variable
540 static inline int cryptd_create_thread(struct cryptd_state *state, in cryptd_create_thread()
[all …]
Drmd128.c27 u32 state[4]; member
50 static void rmd128_transform(u32 *state, const __le32 *in) in rmd128_transform()
Drmd256.c27 u32 state[8]; member
50 static void rmd256_transform(u32 *state, const __le32 *in) in rmd256_transform()
Dsha256_generic.c30 u32 state[8]; member
59 static void sha256_transform(u32 *state, const u8 *input) in sha256_transform()
Drmd160.c27 u32 state[5]; member
54 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
Dsha512_generic.c25 u64 state[8]; member
93 sha512_transform(u64 *state, const u8 *input) in sha512_transform()
Drmd320.c27 u32 state[10]; member
54 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform()
Dsha1_generic.c30 u32 state[5]; member
Dkhazad.c808 u64 state; in khazad_crypt() local
Danubis.c580 u32 state[4]; in anubis_crypt() local
Dwp512.c780 u64 state[8]; /* the cipher state */ in wp512_process_buffer() local
Dchainiv.c36 unsigned long state; member