Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c96 size_t ndigits_sz; in ecc_alloc_point() local
105 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()