Home
last modified time | relevance | path

Searched refs:hw_bignum_mpi (Results 1 – 2 of 2) sorted by relevance

/components/drivers/hwcrypto/
A Dhw_bignum.h23 struct hw_bignum_mpi struct
33 struct hw_bignum_mpi *x, argument
34 const struct hw_bignum_mpi *a,
37 struct hw_bignum_mpi *x,
38 const struct hw_bignum_mpi *a,
41 struct hw_bignum_mpi *x,
42 const struct hw_bignum_mpi *a,
45 struct hw_bignum_mpi *x,
46 const struct hw_bignum_mpi *a,
47 const struct hw_bignum_mpi *b,
[all …]
A Dhw_bignum.c62 void rt_hwcrypto_bignum_init(struct hw_bignum_mpi *n) in rt_hwcrypto_bignum_init()
77 void rt_hwcrypto_bignum_free(struct hw_bignum_mpi *n) in rt_hwcrypto_bignum_free()
96 int rt_hwcrypto_bignum_get_len(const struct hw_bignum_mpi *n) in rt_hwcrypto_bignum_get_len()
192 rt_err_t rt_hwcrypto_bignum_add(struct hw_bignum_mpi *x, in rt_hwcrypto_bignum_add()
193 const struct hw_bignum_mpi *a, in rt_hwcrypto_bignum_add()
194 const struct hw_bignum_mpi *b) in rt_hwcrypto_bignum_add()
219 rt_err_t rt_hwcrypto_bignum_sub(struct hw_bignum_mpi *x, in rt_hwcrypto_bignum_sub()
220 const struct hw_bignum_mpi *a, in rt_hwcrypto_bignum_sub()
246 rt_err_t rt_hwcrypto_bignum_mul(struct hw_bignum_mpi *x, in rt_hwcrypto_bignum_mul()
273 rt_err_t rt_hwcrypto_bignum_mulmod(struct hw_bignum_mpi *x, in rt_hwcrypto_bignum_mulmod()
[all …]

Completed in 3 milliseconds