Searched refs:hash_key_len (Results 1 – 2 of 2) sorted by relevance
| /drivers/crypto/bcm/ |
| A D | spu.c | 111 hash_key_len = 16; in spum_dump_msg_hdr() 115 hash_key_len = 20; in spum_dump_msg_hdr() 119 hash_key_len = 28; in spum_dump_msg_hdr() 123 hash_key_len = 32; in spum_dump_msg_hdr() 127 hash_key_len = 48; in spum_dump_msg_hdr() 131 hash_key_len = 64; in spum_dump_msg_hdr() 135 hash_key_len = 0; in spum_dump_msg_hdr() 145 ptr += hash_key_len; in spum_dump_msg_hdr() 152 hash_key_len = 16; in spum_dump_msg_hdr() 156 hash_key_len = 24; in spum_dump_msg_hdr() [all …]
|
| A D | spu2.c | 371 u8 hash_key_len; in spu2_dump_fmd_ctrl1() local 396 hash_key_len = (ctrl1 & SPU2_HASH_KEY_LEN) >> SPU2_HASH_KEY_LEN_SHIFT; in spu2_dump_fmd_ctrl1() 397 packet_log(" Hash key len %u\n", hash_key_len); in spu2_dump_fmd_ctrl1() 477 static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len, in spu2_dump_omd() argument 484 if (hash_key_len) { in spu2_dump_omd() 485 packet_log(" Hash Key Length %u bytes\n", hash_key_len); in spu2_dump_omd() 486 packet_dump(" KEY: ", ptr, hash_key_len); in spu2_dump_omd() 487 ptr += hash_key_len; in spu2_dump_omd() 514 u16 hash_key_len; in spu2_dump_msg_hdr() local 531 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr() [all …]
|
Completed in 6 milliseconds