Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dphmac_s390.c771 unsigned int tmpkeylen; in phmac_setkey() local
781 tmpkeylen = sizeof(struct hmac_clrkey_token) + bs; in phmac_setkey()
782 tmpkey = kzalloc(tmpkeylen, GFP_KERNEL); in phmac_setkey()
790 keylen = tmpkeylen; in phmac_setkey()