Searched refs:ndigits_sz (Results 1 – 1 of 1) sorted by relevance
96 size_t ndigits_sz; in ecc_alloc_point() local105 ndigits_sz = ndigits * sizeof(u64); in ecc_alloc_point()106 p->x = kmalloc(ndigits_sz, GFP_KERNEL); in ecc_alloc_point()110 p->y = kmalloc(ndigits_sz, GFP_KERNEL); in ecc_alloc_point()