Searched refs:ASN1_STRING_FLAG_BITS_LEFT (Results 1 – 13 of 13) sorted by relevance
32 if (a->flags & ASN1_STRING_FLAG_BITS_LEFT) { in ossl_i2c_ASN1_BIT_STRING()118 ret->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear */ in ossl_c2i_ASN1_BIT_STRING()119 ret->flags |= (ASN1_STRING_FLAG_BITS_LEFT | i); /* set */ in ossl_c2i_ASN1_BIT_STRING()168 a->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear, set on write */ in ASN1_BIT_STRING_set_bit()
107 signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ASN1_sign()108 signature->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ASN1_sign()295 signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ASN1_item_sign_ctx()296 signature->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ASN1_item_sign_ctx()
723 &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in asn1_str2type()724 atmp->value.asn1_string->flags |= ASN1_STRING_FLAG_BITS_LEFT; in asn1_str2type()
95 prot->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ossl_cmp_calc_protection()96 prot->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ossl_cmp_calc_protection()
237 pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in dh_cms_encrypt()238 pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in dh_cms_encrypt()
284 pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ecdh_cms_encrypt()285 pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ecdh_cms_encrypt()
152 seed.flags = ASN1_STRING_FLAG_BITS_LEFT; in i2d_DHxparams()
361 curve->seed->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ec_asn1_group2curve()362 curve->seed->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ec_asn1_group2curve()1075 priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in i2d_ECPrivateKey()1076 priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in i2d_ECPrivateKey()
413 aor->u.addressPrefix->flags |= ASN1_STRING_FLAG_BITS_LEFT; in make_addressPrefix() 461 aor->u.addressRange->min->flags |= ASN1_STRING_FLAG_BITS_LEFT; in make_addressRange() 474 aor->u.addressRange->max->flags |= ASN1_STRING_FLAG_BITS_LEFT; in make_addressRange()
1015 pub->public_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in X509_PUBKEY_set0_param()1016 pub->public_key->flags |= ASN1_STRING_FLAG_BITS_LEFT; in X509_PUBKEY_set0_param()
158 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
135 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
3607 pubkey->pub_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in crypto_ec_key_get_subject_public_key()3608 pubkey->pub_key->flags |= ASN1_STRING_FLAG_BITS_LEFT; in crypto_ec_key_get_subject_public_key()