Home
last modified time | relevance | path

Searched refs:vli_from_le64 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Decrdsa.c123 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()
H A Decc.h235 * vli_from_le64() - Load vli from little-endian u64 array
241 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits);
H A Decc.c187 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64() function
195 EXPORT_SYMBOL(vli_from_le64); variable
/kernel/linux/linux-6.6/crypto/
H A Decrdsa.c123 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()
H A Decc.c198 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64() function
206 EXPORT_SYMBOL(vli_from_le64); variable
/kernel/linux/linux-6.6/include/crypto/internal/
H A Decc.h195 * vli_from_le64() - Load vli from little-endian u64 array
201 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits);

Completed in 7 milliseconds