Searched refs:hash_len (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c29 int src_fd, hash_len, count; local
52 hash_len = 16;
57 hash_len = 20;
68 hash_value = hash_bin_to_hex(in_buf, hash_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c206 unsigned int hash_len,
225 if (hash_len)
226 word |= ((u64) (hash_len - 1)) << CONTROL_HASH_LEN_SHIFT;
204 control_word_base(unsigned int len, unsigned int hmac_key_len, int enc_type, int auth_type, unsigned int hash_len, bool sfas, bool sob, bool eob, bool encrypt, int opcode) argument

Completed in 64 milliseconds