vli_from_le64     192 crypto/ecc.c   EXPORT_SYMBOL(vli_from_le64);
vli_from_le64     201 crypto/ecc.h   void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits);
vli_from_le64     122 crypto/ecrdsa.c 	vli_from_le64(e, digest, ndigits);
vli_from_le64     241 crypto/ecrdsa.c 	vli_from_le64(ctx->pub_key.x, ctx->key, ndigits);
vli_from_le64     242 crypto/ecrdsa.c 	vli_from_le64(ctx->pub_key.y, ctx->key + ndigits * sizeof(u64),