Home
last modified time | relevance | path

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

/drivers/crypto/bcm/
A Dspu2.c478 u16 hash_iv_len, u16 ciph_iv_len) in spu2_dump_omd() argument
496 if (hash_iv_len) { in spu2_dump_omd()
497 packet_log(" Hash IV Length %u bytes\n", hash_iv_len); in spu2_dump_omd()
498 packet_dump(" hash IV: ", ptr, hash_iv_len); in spu2_dump_omd()
499 ptr += hash_iv_len; in spu2_dump_omd()
516 u16 hash_iv_len; in spu2_dump_msg_hdr() local
529 hash_iv_len = 0; in spu2_dump_msg_hdr()
531 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()
535 omd_len = hash_key_len + ciph_key_len + hash_iv_len + ciph_iv_len; in spu2_dump_msg_hdr()

Completed in 720 milliseconds