Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhw_bignum.h20 struct hwcrypto_bignum;
32 rt_err_t (*add)(struct hwcrypto_bignum *bignum_ctx,
36 rt_err_t (*sub)(struct hwcrypto_bignum *bignum_ctx,
40 rt_err_t (*mul)(struct hwcrypto_bignum *bignum_ctx,
44 rt_err_t (*mulmod)(struct hwcrypto_bignum *bignum_ctx,
49 rt_err_t (*exptmod)(struct hwcrypto_bignum *bignum_ctx,
59 struct hwcrypto_bignum struct
A Dhw_bignum.c49 …num_default = rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_BIGNUM, sizeof(struct hwcrypto_bignum)); in rt_hwcrypto_bignum_default()
196 struct hwcrypto_bignum *bignum_ctx; in rt_hwcrypto_bignum_add()
202 bignum_ctx = (struct hwcrypto_bignum *)bignum_default; in rt_hwcrypto_bignum_add()
223 struct hwcrypto_bignum *bignum_ctx; in rt_hwcrypto_bignum_sub()
229 bignum_ctx = (struct hwcrypto_bignum *)bignum_default; in rt_hwcrypto_bignum_sub()
250 struct hwcrypto_bignum *bignum_ctx; in rt_hwcrypto_bignum_mul()
256 bignum_ctx = (struct hwcrypto_bignum *)bignum_default; in rt_hwcrypto_bignum_mul()
278 struct hwcrypto_bignum *bignum_ctx; in rt_hwcrypto_bignum_mulmod()
284 bignum_ctx = (struct hwcrypto_bignum *)bignum_default; in rt_hwcrypto_bignum_mulmod()
306 struct hwcrypto_bignum *bignum_ctx; in rt_hwcrypto_bignum_exptmod()
[all …]

Completed in 8 milliseconds