Searched refs:omd (Results 1 – 1 of 1) sorted by relevance
477 static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len, in spu2_dump_omd() argument480 u8 *ptr = omd; in spu2_dump_omd()512 u8 *omd; in spu2_dump_msg_hdr() local524 omd = (u8 *)(fmd + 1); in spu2_dump_msg_hdr()531 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()1130 u8 *omd; in spu2_cipher_req_init() local1160 omd = (u8 *)(fmd + 1); in spu2_cipher_req_init()1162 memcpy(omd, cipher_parms->key_buf, cipher_parms->key_len); in spu2_cipher_req_init()1190 u8 *omd; /* start of optional metadata */ in spu2_cipher_req_finish() local1203 omd = (u8 *)(fmd + 1); in spu2_cipher_req_finish()[all …]
Completed in 6 milliseconds