Home
last modified time | relevance | path

Searched refs:ASN1_STRING_FLAG_BITS_LEFT (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_bitstr.c32 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()
H A Da_sign.c107 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()
H A Dasn1_gen.c723 &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in asn1_str2type()
724 atmp->value.asn1_string->flags |= ASN1_STRING_FLAG_BITS_LEFT; in asn1_str2type()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c95 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()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dh.c237 pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in dh_cms_encrypt()
238 pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in dh_cms_encrypt()
H A Dcms_ec.c284 pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in ecdh_cms_encrypt()
285 pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in ecdh_cms_encrypt()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_asn1.c152 seed.flags = ASN1_STRING_FLAG_BITS_LEFT; in i2d_DHxparams()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c361 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()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_addr.c413 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()
H A Dx_pubkey.c1015 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()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h158 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
H A Dasn1.h.in135 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3607 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()