Home
last modified time | relevance | path

Searched refs:hash_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
495 if (hash_iv_len) { in spu2_dump_omd()
496 packet_log(" Hash IV Length %u bytes\n", hash_iv_len); in spu2_dump_omd()
497 packet_dump(" hash IV: ", ptr, hash_iv_len); in spu2_dump_omd()
498 ptr += hash_iv_len; in spu2_dump_omd()
515 u16 hash_iv_len; in spu2_dump_msg_hdr() local
528 hash_iv_len = 0; in spu2_dump_msg_hdr()
530 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_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()