/openssl-master/crypto/asn1/ |
A D | a_type.c | 84 case V_ASN1_SEQUENCE: in ASN1_TYPE_cmp() 129 ASN1_TYPE_set(rt, V_ASN1_SEQUENCE, oct); in ASN1_TYPE_pack_sequence() 135 if (t == NULL || t->type != V_ASN1_SEQUENCE || t->value.sequence == NULL) in ASN1_TYPE_unpack_sequence()
|
A D | evp_asn1.c | 115 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) { in ASN1_TYPE_get_int_octetstring() 171 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) in ossl_asn1_type_get_octetstring_int()
|
A D | asn1_gen.c | 126 if ((asn1_tags.utype == V_ASN1_SEQUENCE) in generate_v3() 218 && (asn1_tags.imp_tag == V_ASN1_SEQUENCE in generate_v3() 304 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 541 ASN1_GEN_STR("SEQUENCE", V_ASN1_SEQUENCE), in asn1_str2tag() 542 ASN1_GEN_STR("SEQ", V_ASN1_SEQUENCE), in asn1_str2tag()
|
A D | tasn_enc.c | 166 tag = V_ASN1_SEQUENCE; in ASN1_item_ex_i2d() 300 sktag = V_ASN1_SEQUENCE; in asn1_template_ex_i2d() 489 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive() 622 case V_ASN1_SEQUENCE: in asn1_ex_i2c()
|
A D | p5_pbe.c | 72 if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
|
A D | tasn_dec.c | 342 tag = V_ASN1_SEQUENCE; in asn1_item_embed_d2i() 607 sktag = V_ASN1_SEQUENCE; in asn1_template_noexp_d2i() 758 if ((utype == V_ASN1_SEQUENCE) in asn1_d2i_ex_primitive() 914 case V_ASN1_SEQUENCE: in asn1_ex_c2i()
|
A D | x_algor.c | 182 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp); in ossl_x509_algor_md_to_mgf1()
|
/openssl-master/crypto/cms/ |
A D | cms_ess.c | 34 str = CMS_signed_get0_data_by_OBJ(si, obj, -3, V_ASN1_SEQUENCE); in IMPLEMENT_ASN1_FUNCTIONS() 61 str = CMS_signed_get0_data_by_OBJ(si, obj, -3, V_ASN1_SEQUENCE); in ossl_cms_signerinfo_get_signing_cert() 88 str = CMS_signed_get0_data_by_OBJ(si, obj, -3, V_ASN1_SEQUENCE); in ossl_cms_signerinfo_get_signing_cert_v2() 176 V_ASN1_SEQUENCE, rrder, rrderlen)) in CMS_add1_ReceiptRequest()
|
A D | cms_ec.c | 25 if (ptype == V_ASN1_SEQUENCE) { in pkey_type2param() 177 if (alg->parameter->type != V_ASN1_SEQUENCE) in ecdh_cms_set_shared_info() 368 X509_ALGOR_set0(talg, OBJ_nid2obj(kdf_nid), V_ASN1_SEQUENCE, wrap_str); in ecdh_cms_encrypt()
|
A D | cms_rsa.c | 166 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaesOaep), V_ASN1_SEQUENCE, os); in rsa_cms_encrypt() 211 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_PKEY_RSA_PSS), V_ASN1_SEQUENCE, os); in rsa_cms_sign()
|
A D | cms_dh.c | 109 if (alg->parameter->type != V_ASN1_SEQUENCE) in dh_cms_set_shared_info() 320 V_ASN1_SEQUENCE, wrap_str); in dh_cms_encrypt()
|
A D | cms_sd.c | 275 V_ASN1_SEQUENCE, seq, -1); in ossl_cms_add1_signing_cert() 300 V_ASN1_SEQUENCE, seq, -1); in ossl_cms_add1_signing_cert_v2() 1024 V_ASN1_SEQUENCE, smder, smderlen); in CMS_add_smimecap()
|
/openssl-master/crypto/pkcs7/ |
A D | pk7_attr.c | 32 V_ASN1_SEQUENCE, seq); in PKCS7_add_attrib_smimecap() 41 if (cap == NULL || (cap->type != V_ASN1_SEQUENCE)) in STACK_OF()
|
/openssl-master/crypto/dsa/ |
A D | dsa_ameth.c | 45 if (ptype == V_ASN1_SEQUENCE) { in dsa_pub_decode() 112 ptype = V_ASN1_SEQUENCE; in dsa_pub_encode() 187 params->type = V_ASN1_SEQUENCE; in dsa_priv_encode() 203 V_ASN1_SEQUENCE, params, dp, dplen)) in dsa_priv_encode()
|
A D | dsa_backend.c | 142 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE) in ossl_dsa_key_from_pkcs8()
|
/openssl-master/crypto/dh/ |
A D | dh_ameth.c | 76 if (ptype != V_ASN1_SEQUENCE) { in dh_pub_decode() 132 ptype = V_ASN1_SEQUENCE; in dh_pub_encode() 196 params->type = V_ASN1_SEQUENCE; in dh_priv_encode() 212 V_ASN1_SEQUENCE, params, dp, dplen)) in dh_priv_encode()
|
A D | dh_backend.c | 200 if (ptype != V_ASN1_SEQUENCE) in ossl_dh_key_from_pkcs8()
|
/openssl-master/crypto/x509/ |
A D | x509_req.c | 157 if (ext->type != V_ASN1_SEQUENCE) in STACK_OF() 181 rv = X509_REQ_add1_attr_by_NID(req, nid, V_ASN1_SEQUENCE, ext, extlen); in X509_REQ_add_extensions_nid()
|
/openssl-master/crypto/evp/ |
A D | p5_crpt.c | 45 if (param == NULL || param->type != V_ASN1_SEQUENCE || in PKCS5_PBE_keyivgen_ex()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 74 case V_ASN1_SEQUENCE: in free_asn1_data() 463 params->type = V_ASN1_SEQUENCE; in prepare_dh_params() 466 *pstrtype = V_ASN1_SEQUENCE; in prepare_dh_params() 565 *pstrtype = V_ASN1_SEQUENCE; in encode_dsa_params() 659 *pstrtype = V_ASN1_SEQUENCE; in prepare_ec_explicit_params() 883 *pstrtype = V_ASN1_SEQUENCE; in prepare_rsa_params()
|
/openssl-master/include/openssl/ |
A D | asn1t.h.in | 169 V_ASN1_SEQUENCE,\ 181 V_ASN1_SEQUENCE,\ 221 V_ASN1_SEQUENCE,\ 232 V_ASN1_SEQUENCE,\ 250 V_ASN1_SEQUENCE,\ 261 V_ASN1_SEQUENCE,\ 273 V_ASN1_SEQUENCE,\
|
/openssl-master/crypto/rsa/ |
A D | rsa_ameth.c | 49 *pstrtype = V_ASN1_SEQUENCE; in rsa_param_encode() 651 V_ASN1_SEQUENCE, os2); in rsa_item_sign() 654 V_ASN1_SEQUENCE, os1); in rsa_item_sign()
|
/openssl-master/apps/ |
A D | pkcs12.c | 1046 if (aparamtype == V_ASN1_SEQUENCE) in alg_print() 1062 if (aparamtype == V_ASN1_SEQUENCE) in alg_print() 1082 if (aparamtype == V_ASN1_SEQUENCE) in alg_print() 1099 if (aparamtype == V_ASN1_SEQUENCE) in alg_print()
|
/openssl-master/crypto/ec/ |
A D | ec_backend.c | 742 if (ptype == V_ASN1_SEQUENCE) { in ossl_x509_algor_is_sm2() 775 if (ptype == V_ASN1_SEQUENCE) { in ossl_ec_key_param_from_x509_algor()
|
/openssl-master/crypto/cmp/ |
A D | cmp_protect.c | 214 V_ASN1_SEQUENCE, pbm_str); in set_pbmac_algor()
|