Home
last modified time | relevance | path

Searched defs:block (Results 1 – 5 of 5) sorted by relevance

/crypto/
Dcast6_generic.c157 static inline void Q(u32 *block, u8 *Kr, u32 *Km) in Q()
167 static inline void QBAR(u32 *block, u8 *Kr, u32 *Km) in QBAR()
180 u32 block[4]; in __cast6_encrypt() local
218 u32 block[4]; in __cast6_decrypt() local
Dkeywrap.c127 struct crypto_kw_block block; in crypto_kw_decrypt() local
196 struct crypto_kw_block block; in crypto_kw_encrypt() local
Dwp512.c785 u64 block[8]; /* mu(buffer) */ in wp512_process_buffer() local
Dmd4.c38 u32 block[MD4_BLOCK_WORDS]; member
Dccm.c70 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len()