hash_iv_len       477 drivers/crypto/bcm/spu2.c 			  u16 hash_iv_len, u16 ciph_iv_len)
hash_iv_len       495 drivers/crypto/bcm/spu2.c 	if (hash_iv_len) {
hash_iv_len       496 drivers/crypto/bcm/spu2.c 		packet_log("  Hash IV Length %u bytes\n", hash_iv_len);
hash_iv_len       497 drivers/crypto/bcm/spu2.c 		packet_dump("  hash IV: ", ptr, hash_iv_len);
hash_iv_len       515 drivers/crypto/bcm/spu2.c 	u16 hash_iv_len;
hash_iv_len       528 drivers/crypto/bcm/spu2.c 	hash_iv_len = 0;
hash_iv_len       530 drivers/crypto/bcm/spu2.c 	spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len,
hash_iv_len       534 drivers/crypto/bcm/spu2.c 	omd_len = hash_key_len + ciph_key_len + hash_iv_len + ciph_iv_len;