ASN1_BIT_STRING_set
if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
if (!ASN1_BIT_STRING_set(range->min, min, min_len))
if (!ASN1_BIT_STRING_set(range->max, max, max_len))
if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, num_octets))
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);