Home
last modified time | relevance | path

Searched refs:ciph_iv_len (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/bcm/
H A Dspu2.c477 u16 hash_iv_len, u16 ciph_iv_len) in spu2_dump_omd() argument
501 if (ciph_iv_len) { in spu2_dump_omd()
502 packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len); in spu2_dump_omd()
503 packet_dump(" cipher IV: ", ptr, ciph_iv_len); in spu2_dump_omd()
516 u16 ciph_iv_len; in spu2_dump_msg_hdr() local
529 ciph_iv_len = (ctrl1 & SPU2_IV_LEN) >> SPU2_IV_LEN_SHIFT; in spu2_dump_msg_hdr()
531 ciph_iv_len); in spu2_dump_msg_hdr()
534 omd_len = hash_key_len + ciph_key_len + hash_iv_len + ciph_iv_len; in spu2_dump_msg_hdr()