Searched refs:ASN1_STRING_FLAG_BITS_LEFT (Results 1 – 7 of 7) sorted by relevance
84 if (a->flags & ASN1_STRING_FLAG_BITS_LEFT) { in i2c_ASN1_BIT_STRING()165 ret->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear */ in c2i_ASN1_BIT_STRING()166 ret->flags |= (ASN1_STRING_FLAG_BITS_LEFT | padding); /* set */ in c2i_ASN1_BIT_STRING()212 a->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear, set on write */ in ASN1_BIT_STRING_set_bit()
121 signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ASN1_item_sign_ctx()122 signature->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ASN1_item_sign_ctx()
349 pub->public_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in X509_PUBKEY_set0_param()350 pub->public_key->flags |= ASN1_STRING_FLAG_BITS_LEFT; in X509_PUBKEY_set0_param()
800 &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in asn1_str2type()801 atmp->value.asn1_string->flags |= ASN1_STRING_FLAG_BITS_LEFT; in asn1_str2type()
181 #define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */ macro
666 bootstrap->pub_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in dpp_bootstrap_key_der()667 bootstrap->pub_key->flags |= ASN1_STRING_FLAG_BITS_LEFT; in dpp_bootstrap_key_der()
432 if (bitStr->flags & ASN1_STRING_FLAG_BITS_LEFT) { in ASN1BitStringToBooleanArray()