Home
last modified time | relevance | path

Searched refs:V_ASN1_SEQUENCE (Results 1 – 25 of 46) sorted by relevance

12

/openssl/crypto/asn1/
H A Da_type.c84 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 Devp_asn1.c115 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 Dasn1_gen.c126 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 Dtasn_enc.c164 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 Dp5_pbe.c72 if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
H A Dtasn_dec.c342 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 Dx_algor.c191 *palg = ossl_X509_ALGOR_from_nid(NID_mgf1, V_ASN1_SEQUENCE, stmp); in ossl_x509_algor_md_to_mgf1()
/openssl/crypto/cms/
H A Dcms_ess.c34 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 Dcms_ec.c27 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 Dcms_rsa.c170 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 Dcms_dh.c110 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 Dpk7_attr.c36 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 Ddsa_ameth.c45 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 Ddsa_backend.c145 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE) in ossl_dsa_key_from_pkcs8()
/openssl/crypto/dh/
H A Ddh_ameth.c76 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 Ddh_backend.c199 if (ptype != V_ASN1_SEQUENCE) in ossl_dh_key_from_pkcs8()
/openssl/crypto/pkcs12/
H A Dp12_npas.c210 if (aparamtype == V_ASN1_SEQUENCE) in alg_get()
219 if (aparamtype == V_ASN1_SEQUENCE) in alg_get()
/openssl/crypto/x509/
H A Dx509_req.c132 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 Dx_attrib.c151 case V_ASN1_SEQUENCE: in ossl_print_attribute_value()
/openssl/crypto/ec/
H A Dec_ameth.c63 *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 Dp5_crpt.c45 if (param == NULL || param->type != V_ASN1_SEQUENCE || in PKCS5_PBE_keyivgen_ex()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c74 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 Dasn1t.h.in169 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 Dpkcs12.c1150 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 Drsa_ameth.c49 *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()

Completed in 66 milliseconds

12