Searched refs:tmpkey (Results 1 – 2 of 2) sorted by relevance
756 u8 *tmpkey = NULL; in phmac_setkey() local766 tmpkey = kzalloc(tmpkeylen, GFP_KERNEL); in phmac_setkey()767 if (!tmpkey) { in phmac_setkey()771 rc = make_clrkey_token(key, keylen, ds, tmpkey); in phmac_setkey()775 key = tmpkey; in phmac_setkey()820 kfree(tmpkey); in phmac_setkey()
521 u32 tmpkey[8]; in stm32_cryp_hw_write_key() local524 (u8 *)tmpkey, c->ctx->keylen); in stm32_cryp_hw_write_key()528 stm32_cryp_write(c, r_id, tmpkey[i]); in stm32_cryp_hw_write_key()