Lines Matching defs:prime
54 ASN1_INTEGER *prime;
130 ADB_ENTRY(NID_X9_62_prime_field, ASN1_SIMPLE(X9_62_FIELDID, p.prime, ASN1_INTEGER)),
211 /* the parameters are specified by the prime number p */
216 /* set the prime number */
217 field->p.prime = BN_to_ASN1_INTEGER(tmp, NULL);
218 if (field->p.prime == NULL) {
653 /* we have a curve over a prime field */
654 /* extract the prime number */
655 if (params->fieldID->p.prime == NULL) {
659 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL);