Searched refs:vli_from_le64 (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/crypto/ ! |
D | ecrdsa.c | 123 vli_from_le64(e, digest, ndigits); in ecrdsa_verify() 242 vli_from_le64(ctx->pub_key.x, ctx->key, ndigits); in ecrdsa_set_pub_key() 243 vli_from_le64(ctx->pub_key.y, ctx->key + ndigits * sizeof(u64), in ecrdsa_set_pub_key()
|
D | ecc.c | 198 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64() function 206 EXPORT_SYMBOL(vli_from_le64);
|
/linux-5.19.10/include/crypto/internal/ ! |
D | ecc.h | 201 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits);
|