Lines Matching defs:base
72 ASN1_OCTET_STRING *base;
149 ASN1_SIMPLE(ECPARAMETERS, base, ASN1_OCTET_STRING),
249 /* set base type OID */
417 /* set the base point */
430 if (ret->base == NULL && (ret->base = ASN1_OCTET_STRING_new()) == NULL) {
435 ASN1_STRING_set0(ret->base, buffer, len);
587 /* get the base type */
711 || params->base == NULL
712 || params->base->data == NULL
713 || params->base->length == 0) {
723 (params->base->data[0] & ~0x01));
726 if (!EC_POINT_oct2point(ret, point, params->base->data,
727 params->base->length, NULL)) {