Home
last modified time | relevance | path

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

/crypto/
Dcast6_generic.c153 static inline void Q(u32 *block, const u8 *Kr, const u32 *Km) in Q()
163 static inline void QBAR(u32 *block, const u8 *Kr, const u32 *Km) in QBAR()
177 u32 block[4]; in __cast6_encrypt() local
216 u32 block[4]; in __cast6_decrypt() local
Dkeywrap.c128 struct crypto_kw_block block; in crypto_kw_decrypt() local
197 struct crypto_kw_block block; in crypto_kw_encrypt() local
Dblake2b_generic.c115 const u8 *block, size_t nblocks, u32 inc) in blake2b_compress_generic()
Dwp512.c785 u64 block[8]; /* mu(buffer) */ in wp512_process_buffer() local
Dmd4.c38 u32 block[MD4_BLOCK_WORDS]; member
Dfips140-selftests.c202 u8 block[AES_BLOCK_SIZE]; in fips_test_aes_library() local
Dccm.c69 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len()