Searched refs:pkey_len (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| H A D | gh100.c | 270 unsigned int img_len = 0, hash_len = 0, pkey_len = 0, sig_len = 0; in gh100_gsp_oneinit() local 282 pkey = elf_section(fw, "publickey", &pkey_len); in gh100_gsp_oneinit() 290 if (!nvkm_fsp_verify_gsp_fmc(fsp, hash_len, pkey_len, sig_len)) in gh100_gsp_oneinit() 301 gsp->fmc.pkey = kmemdup(pkey, pkey_len, GFP_KERNEL); in gh100_gsp_oneinit()
|