Home
last modified time | relevance | path

Searched refs:ASN1_STRING_FLAG_BITS_LEFT (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_bitstr.c32 if (a->flags & ASN1_STRING_FLAG_BITS_LEFT) { in ossl_i2c_ASN1_BIT_STRING()
113 ret->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear */ in ossl_c2i_ASN1_BIT_STRING()
114 ret->flags |= (ASN1_STRING_FLAG_BITS_LEFT | i); /* set */ in ossl_c2i_ASN1_BIT_STRING()
163 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.c722 &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in asn1_str2type()
723 atmp->value.asn1_string->flags |= ASN1_STRING_FLAG_BITS_LEFT; in asn1_str2type()
/third_party/openssl/crypto/asn1/
H A Da_bitstr.c32 if (a->flags & ASN1_STRING_FLAG_BITS_LEFT) { in ossl_i2c_ASN1_BIT_STRING()
113 ret->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); /* clear */ in ossl_c2i_ASN1_BIT_STRING()
114 ret->flags |= (ASN1_STRING_FLAG_BITS_LEFT | i); /* set */ in ossl_c2i_ASN1_BIT_STRING()
163 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.c719 &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in asn1_str2type()
720 atmp->value.asn1_string->flags |= ASN1_STRING_FLAG_BITS_LEFT; in asn1_str2type()
/third_party/node/deps/openssl/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()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_asn1.c152 seed.flags = ASN1_STRING_FLAG_BITS_LEFT; in i2d_DHxparams()
/third_party/openssl/crypto/dh/
H A Ddh_asn1.c152 seed.flags = ASN1_STRING_FLAG_BITS_LEFT; in i2d_DHxparams()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_addr.c413 aor->u.addressPrefix->flags |= ASN1_STRING_FLAG_BITS_LEFT;
461 aor->u.addressRange->min->flags |= ASN1_STRING_FLAG_BITS_LEFT;
474 aor->u.addressRange->max->flags |= ASN1_STRING_FLAG_BITS_LEFT;
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()
/third_party/openssl/crypto/x509/
H A Dv3_addr.c413 aor->u.addressPrefix->flags |= ASN1_STRING_FLAG_BITS_LEFT;
461 aor->u.addressRange->min->flags |= ASN1_STRING_FLAG_BITS_LEFT;
474 aor->u.addressRange->max->flags |= ASN1_STRING_FLAG_BITS_LEFT;
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()
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h121 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c2607 pubkey->pub_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in crypto_ec_key_get_subject_public_key()
2608 pubkey->pub_key->flags |= ASN1_STRING_FLAG_BITS_LEFT; in crypto_ec_key_get_subject_public_key()
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dasn1.h158 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dasn1.h158 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dasn1.h158 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ macro

Completed in 29 milliseconds

1234