Home | History | Annotate | Download | only in crypto

Lines Matching refs:prime

1019 	BIGNUM *prime;
1055 e->prime = BN_new();
1057 if (e->group == NULL || e->bnctx == NULL || e->prime == NULL ||
1059 !EC_GROUP_get_curve_GFp(e->group, e->prime, NULL, NULL, e->bnctx) ||
1074 BN_clear_free(e->prime);
1091 return BN_num_bytes(e->prime);
1097 return BN_num_bits(e->prime);
1103 return (const struct crypto_bignum *) e->prime;
1127 int len = BN_num_bytes(e->prime);
1157 int len = BN_num_bytes(e->prime);