ciph_iv_len 477 drivers/crypto/bcm/spu2.c u16 hash_iv_len, u16 ciph_iv_len) ciph_iv_len 501 drivers/crypto/bcm/spu2.c if (ciph_iv_len) { ciph_iv_len 502 drivers/crypto/bcm/spu2.c packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len); ciph_iv_len 503 drivers/crypto/bcm/spu2.c packet_dump(" cipher IV: ", ptr, ciph_iv_len); ciph_iv_len 516 drivers/crypto/bcm/spu2.c u16 ciph_iv_len; ciph_iv_len 529 drivers/crypto/bcm/spu2.c ciph_iv_len = (ctrl1 & SPU2_IV_LEN) >> SPU2_IV_LEN_SHIFT; ciph_iv_len 531 drivers/crypto/bcm/spu2.c ciph_iv_len); ciph_iv_len 534 drivers/crypto/bcm/spu2.c omd_len = hash_key_len + ciph_key_len + hash_iv_len + ciph_iv_len;