Lines Matching defs:a

180 static int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a,  in EC_GROUP_get_curve()
1402 char *a = NULL; in crypto_hash_init() local
2044 int crypto_bignum_to_bin(const struct crypto_bignum *a, in crypto_bignum_to_bin()
2090 int crypto_bignum_add(const struct crypto_bignum *a, in crypto_bignum_add()
2099 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod()
2117 int crypto_bignum_exptmod(const struct crypto_bignum *a, in crypto_bignum_exptmod()
2140 int crypto_bignum_inverse(const struct crypto_bignum *a, in crypto_bignum_inverse()
2165 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub()
2176 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div()
2201 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod()
2223 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod()
2246 int crypto_bignum_sqrmod(const struct crypto_bignum *a, in crypto_bignum_sqrmod()
2267 int crypto_bignum_rshift(const struct crypto_bignum *a, int n, in crypto_bignum_rshift()
2274 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp()
2281 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero()
2287 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one()
2293 int crypto_bignum_is_odd(const struct crypto_bignum *a) in crypto_bignum_is_odd()
2299 int crypto_bignum_legendre(const struct crypto_bignum *a, in crypto_bignum_legendre()
2349 BIGNUM *a; member
2620 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add()
2691 const struct crypto_ec_point *a, in crypto_ec_point_cmp()