Home
last modified time | relevance | path

Searched defs:ndigits (Results 1 – 2 of 2) sorted by relevance

/include/crypto/internal/
Decc.h43 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument
51 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
/include/crypto/
Decc_curve.h19 u8 ndigits; member