Home | History | Annotate | Download | only in ec

Lines Matching refs:prime

159 		ASN1_INTEGER *prime;
229 ADB_ENTRY(NID_X9_62_prime_field, ASN1_SIMPLE(X9_62_FIELDID, p.prime, ASN1_INTEGER)),
329 /* the parameters are specified by the prime number p */
335 /* set the prime number */
336 field->p.prime = BN_to_ASN1_INTEGER(tmp,NULL);
337 if (field->p.prime == NULL)
882 /* we have a curve over a prime field */
883 /* extract the prime number */
884 if (!params->fieldID->p.prime)
889 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL);