Lines Matching defs:b
1233 int crypto_bignum_add(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_add()
1238 int crypto_bignum_mod(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_mod()
1244 const struct crypto_bignum *b, in crypto_bignum_exptmod()
1274 int crypto_bignum_inverse(const struct crypto_bignum *a, const struct crypto_bignum *b, struct cryp… in crypto_bignum_inverse()
1282 int crypto_bignum_sub(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_sub()
1290 int crypto_bignum_div(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_div()
1308 const struct crypto_bignum *b, in crypto_bignum_addmod()
1322 const struct crypto_bignum *b, in crypto_bignum_mulmod()
1335 int crypto_bignum_sqrmod(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypt… in crypto_bignum_sqrmod()
1359 int crypto_bignum_cmp(const struct crypto_bignum *a, const struct crypto_bignum *b) in crypto_bignum_cmp()
2238 const struct crypto_ec_point *b, in crypto_ec_point_add()
2258 const struct crypto_bignum *b, in crypto_ec_point_mul()
2348 …nt_cmp(const struct crypto_ec *e, const struct crypto_ec_point *a, const struct crypto_ec_point *b) in crypto_ec_point_cmp()