Searched refs:mulmod (Results 1 – 2 of 2) sorted by relevance
285 if (bignum_ctx->ops->mulmod) in rt_hwcrypto_bignum_mulmod()287 return bignum_ctx->ops->mulmod(bignum_ctx, x, a, b, c); in rt_hwcrypto_bignum_mulmod()
44 rt_err_t (*mulmod)(struct hwcrypto_bignum *bignum_ctx, member
Completed in 3 milliseconds