Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Decc.c61 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() function
83 p->x = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()
87 p->y = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()
/kernel/linux/linux-6.6/crypto/
H A Decc.c69 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() function
91 p->x = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()
95 p->y = ecc_alloc_digits_space(ndigits); in ecc_alloc_point()

Completed in 5 milliseconds