Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dspu2.c487 static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len, in spu2_dump_omd() argument
490 u8 *ptr = omd; in spu2_dump_omd()
522 u8 *omd; in spu2_dump_msg_hdr() local
534 omd = (u8 *)(fmd + 1); in spu2_dump_msg_hdr()
541 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()
1137 u8 *omd; in spu2_cipher_req_init() local
1167 omd = (u8 *)(fmd + 1); in spu2_cipher_req_init()
1169 memcpy(omd, cipher_parms->key_buf, cipher_parms->key_len); in spu2_cipher_req_init()
1202 u8 *omd; /* start of optional metadata */ in spu2_cipher_req_finish() local
1220 omd = (u8 *)(fmd + 1); in spu2_cipher_req_finish()
[all …]