Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c93 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() function
115 p->x = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()
119 p->y = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()