/openssl/crypto/asn1/ |
H 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()
|
H 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()
|
H 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()
|
H A D | tasn_enc.c | 164 tag = V_ASN1_SEQUENCE; in ASN1_item_ex_i2d() 298 sktag = V_ASN1_SEQUENCE; in asn1_template_ex_i2d() 483 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive() 616 case V_ASN1_SEQUENCE: in asn1_ex_i2c()
|
H A D | p5_pbe.c | 72 if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
|
H 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()
|
H A D | x_algor.c | 191 *palg = ossl_X509_ALGOR_from_nid(NID_mgf1, V_ASN1_SEQUENCE, stmp); in ossl_x509_algor_md_to_mgf1()
|
/openssl/crypto/cms/ |
H 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() 179 V_ASN1_SEQUENCE, rrder, rrderlen)) { in CMS_add1_ReceiptRequest()
|
H A D | cms_ec.c | 27 if (ptype == V_ASN1_SEQUENCE) { in pkey_type2param() 179 if (alg->parameter->type != V_ASN1_SEQUENCE) in ecdh_cms_set_shared_info() 372 rv = X509_ALGOR_set0(talg, OBJ_nid2obj(kdf_nid), V_ASN1_SEQUENCE, wrap_str); in ecdh_cms_encrypt()
|
H A D | cms_rsa.c | 170 if (!X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaesOaep), V_ASN1_SEQUENCE, os)) in rsa_cms_encrypt() 225 if (X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_PKEY_RSA_PSS), V_ASN1_SEQUENCE, os)) in rsa_cms_sign()
|
H A D | cms_dh.c | 110 if (alg->parameter->type != V_ASN1_SEQUENCE) in dh_cms_set_shared_info() 320 V_ASN1_SEQUENCE, wrap_str); in dh_cms_encrypt()
|
/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 36 V_ASN1_SEQUENCE, seq)) { in PKCS7_add_attrib_smimecap() 49 if (cap == NULL || (cap->type != V_ASN1_SEQUENCE)) in STACK_OF()
|
/openssl/crypto/dsa/ |
H 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() 207 V_ASN1_SEQUENCE, params, dp, dplen)) { in dsa_priv_encode()
|
H A D | dsa_backend.c | 145 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE) in ossl_dsa_key_from_pkcs8()
|
/openssl/crypto/dh/ |
H 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() 216 V_ASN1_SEQUENCE, params, dp, dplen)) { in dh_priv_encode()
|
H A D | dh_backend.c | 199 if (ptype != V_ASN1_SEQUENCE) in ossl_dh_key_from_pkcs8()
|
/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 210 if (aparamtype == V_ASN1_SEQUENCE) in alg_get() 219 if (aparamtype == V_ASN1_SEQUENCE) in alg_get()
|
/openssl/crypto/x509/ |
H A D | x509_req.c | 132 if (ext == NULL || ext->type != V_ASN1_SEQUENCE) { in STACK_OF() 199 rv = X509_REQ_add1_attr_by_NID(req, nid, V_ASN1_SEQUENCE, ext, extlen); in X509_REQ_add_extensions_nid()
|
H A D | x_attrib.c | 151 case V_ASN1_SEQUENCE: in ossl_print_attribute_value()
|
/openssl/crypto/ec/ |
H A D | ec_ameth.c | 63 *pptype = V_ASN1_SEQUENCE; in eckey_param2type() 94 if (ptype == V_ASN1_SEQUENCE) in eckey_pub_encode() 200 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
|
/openssl/crypto/evp/ |
H A D | p5_crpt.c | 45 if (param == NULL || param->type != V_ASN1_SEQUENCE || in PKCS5_PBE_keyivgen_ex()
|
/openssl/providers/implementations/encode_decode/ |
H 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() 892 *pstrtype = V_ASN1_SEQUENCE; in prepare_rsa_params()
|
/openssl/include/openssl/ |
H 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/apps/ |
H A D | pkcs12.c | 1150 if (aparamtype == V_ASN1_SEQUENCE) in alg_print() 1166 if (aparamtype == V_ASN1_SEQUENCE) in alg_print() 1186 if (aparamtype == V_ASN1_SEQUENCE) in alg_print() 1203 if (aparamtype == V_ASN1_SEQUENCE) in alg_print()
|
/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 49 *pstrtype = V_ASN1_SEQUENCE; in rsa_param_encode() 681 V_ASN1_SEQUENCE, os2)) { in rsa_item_sign() 688 V_ASN1_SEQUENCE, os1)) { in rsa_item_sign()
|