Lines Matching defs:a
1386 int crypto_bignum_to_bin(const struct crypto_bignum *a, in crypto_bignum_to_bin()
1432 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add()
1441 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod()
1459 int crypto_bignum_exptmod(const struct crypto_bignum *a, in crypto_bignum_exptmod()
1482 int crypto_bignum_inverse(const struct crypto_bignum *a, in crypto_bignum_inverse()
1507 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub()
1518 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div()
1543 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod()
1565 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod()
1588 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod()
1609 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift()
1618 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp()
1625 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero()
1631 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one()
1637 int crypto_bignum_is_odd(const struct crypto_bignum *a) in crypto_bignum_is_odd()
1643 int crypto_bignum_legendre(const struct crypto_bignum *a, in crypto_bignum_legendre()
1692 BIGNUM *a; member
1923 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add()
1994 const struct crypto_ec_point *a, in crypto_ec_point_cmp()