Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dphmac_s390.c756 u8 *tmpkey = NULL; in phmac_setkey() local
766 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()
/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c521 u32 tmpkey[8]; in stm32_cryp_hw_write_key() local
524 (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()