ecc_swap_digits  1379 crypto/ecc.c   	ecc_swap_digits(priv, privkey, ndigits);
ecc_swap_digits  1398 crypto/ecc.c   	ecc_swap_digits(private_key, priv, ndigits);
ecc_swap_digits  1412 crypto/ecc.c   	ecc_swap_digits(pk->x, public_key, ndigits);
ecc_swap_digits  1413 crypto/ecc.c   	ecc_swap_digits(pk->y, &public_key[ndigits], ndigits);
ecc_swap_digits  1482 crypto/ecc.c   	ecc_swap_digits(public_key, pk->x, ndigits);
ecc_swap_digits  1483 crypto/ecc.c   	ecc_swap_digits(&public_key[ndigits], pk->y, ndigits);
ecc_swap_digits  1488 crypto/ecc.c   	ecc_swap_digits(private_key, priv, ndigits);
ecc_swap_digits  1498 crypto/ecc.c   	ecc_swap_digits(product->x, secret, ndigits);