Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Decc.c55 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() function
77 p->x = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()
81 p->y = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()