Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dpkey_api.c460 size_t tmpbuflen = max_t(size_t, SECKEYBLOBSIZE, MAXEP11AESKEYBLOBSIZE); in nonccatokaes2pkey() local
484 tmpbuf = kmalloc(tmpbuflen, GFP_ATOMIC); in nonccatokaes2pkey()
499 tmpbuf, &tmpbuflen); in nonccatokaes2pkey()
502 rc = pkey_ep11key2pkey(tmpbuf, tmpbuflen, in nonccatokaes2pkey()