ASN1_BIT_STRING_set
if (!ASN1_BIT_STRING_set(prot, protection, sig_len)) {
if (!ASN1_BIT_STRING_set(curve->seed, group->seed,
if (!ASN1_BIT_STRING_set(aor->u.addressPrefix, addr, bytelen))
if (!ASN1_BIT_STRING_set(aor->u.addressRange->min, min, i))
if (!ASN1_BIT_STRING_set(aor->u.addressRange->max, max, i))
|| !ASN1_BIT_STRING_set(pubkey->public_key,
int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length);
|| !TEST_true(ASN1_BIT_STRING_set(key, keybytes, sizeof(keybytes)))