Home
last modified time | relevance | path

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

12

/freebsd-12-stable/crypto/openssl/crypto/asn1/
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()
Dasn1_gen.c125 if ((asn1_tags.utype == V_ASN1_SEQUENCE) in generate_v3()
217 && (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()
544 ASN1_GEN_STR("SEQUENCE", V_ASN1_SEQUENCE), in asn1_str2tag()
545 ASN1_GEN_STR("SEQ", V_ASN1_SEQUENCE), in asn1_str2tag()
Dtasn_enc.c163 tag = V_ASN1_SEQUENCE; in ASN1_item_ex_i2d()
297 sktag = V_ASN1_SEQUENCE; in asn1_template_ex_i2d()
468 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive()
601 case V_ASN1_SEQUENCE: in asn1_ex_i2c()
Dp5_pbe.c69 if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
Devp_asn1.c89 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) { in ASN1_TYPE_get_int_octetstring()
Dtasn_dec.c302 tag = V_ASN1_SEQUENCE; in asn1_item_embed_d2i()
566 sktag = V_ASN1_SEQUENCE; in asn1_template_noexp_d2i()
719 if ((utype == V_ASN1_SEQUENCE) in asn1_d2i_ex_primitive()
876 case V_ASN1_SEQUENCE: in asn1_ex_c2i()
Dtasn_prn.c520 case V_ASN1_SEQUENCE: in asn1_primitive_print()
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_ameth.c69 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
100 if (ptype == V_ASN1_SEQUENCE) in eckey_pub_encode()
111 if (ptype == V_ASN1_SEQUENCE) { in eckey_type2param()
256 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
263 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
271 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
280 if (ptype == V_ASN1_SEQUENCE) in eckey_priv_encode()
761 if (alg->parameter->type != V_ASN1_SEQUENCE) in ecdh_cms_set_shared_info()
959 X509_ALGOR_set0(talg, OBJ_nid2obj(kdf_nid), V_ASN1_SEQUENCE, wrap_str); in ecdh_cms_encrypt()
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
Dpk7_attr.c32 V_ASN1_SEQUENCE, seq); in PKCS7_add_attrib_smimecap()
41 if (cap == NULL || (cap->type != V_ASN1_SEQUENCE)) in STACK_OF()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dasn1t.h128 V_ASN1_SEQUENCE,\
140 V_ASN1_SEQUENCE,\
174 V_ASN1_SEQUENCE,\
185 V_ASN1_SEQUENCE,\
206 V_ASN1_SEQUENCE,\
217 V_ASN1_SEQUENCE,\
229 V_ASN1_SEQUENCE,\
/freebsd-12-stable/crypto/openssl/crypto/dsa/
Ddsa_ameth.c36 if (ptype == V_ASN1_SEQUENCE) { in dsa_pub_decode()
99 ptype = V_ASN1_SEQUENCE; in dsa_pub_encode()
158 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE) in dsa_priv_decode()
227 params->type = V_ASN1_SEQUENCE; in dsa_priv_encode()
243 V_ASN1_SEQUENCE, params, dp, dplen)) in dsa_priv_encode()
Ddsa_lib.c164 ret = ASN1_object_size(1, i, V_ASN1_SEQUENCE); in DSA_size()
/freebsd-12-stable/crypto/openssl/crypto/dh/
Ddh_ameth.c61 if (ptype != V_ASN1_SEQUENCE) { in dh_pub_decode()
118 ptype = V_ASN1_SEQUENCE; in dh_pub_encode()
167 if (ptype != V_ASN1_SEQUENCE) in dh_priv_decode()
221 params->type = V_ASN1_SEQUENCE; in dh_priv_encode()
237 V_ASN1_SEQUENCE, params, dp, dplen)) in dh_priv_encode()
703 if (alg->parameter->type != V_ASN1_SEQUENCE) in dh_cms_set_shared_info()
900 V_ASN1_SEQUENCE, wrap_str); in dh_cms_encrypt()
Ddh_kdf.c84 if (!skip_asn1(&p, &tlen, V_ASN1_SEQUENCE)) in dh_sharedinfo_encode()
86 if (!skip_asn1(&p, &tlen, V_ASN1_SEQUENCE)) in dh_sharedinfo_encode()
/freebsd-12-stable/crypto/openssl/crypto/rsa/
Drsa_ameth.c50 *pstrtype = V_ASN1_SEQUENCE; in rsa_param_encode()
65 if (algptype != V_ASN1_SEQUENCE) { in rsa_param_decode()
570 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp); in rsa_md_to_mgf1()
825 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_PKEY_RSA_PSS), V_ASN1_SEQUENCE, os); in rsa_cms_sign()
854 V_ASN1_SEQUENCE, os2); in rsa_item_sign()
857 V_ASN1_SEQUENCE, os1); in rsa_item_sign()
1046 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaesOaep), V_ASN1_SEQUENCE, os); in rsa_cms_encrypt()
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_ess.c32 V_ASN1_SEQUENCE); in IMPLEMENT_ASN1_FUNCTIONS()
98 V_ASN1_SEQUENCE, rrder, rrderlen)) in CMS_add1_ReceiptRequest()
Dcms_pwri.c140 pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE; in CMS_add0_recipient_password()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_req.c172 if (ext->type != V_ASN1_SEQUENCE) in STACK_OF()
196 rv = X509_REQ_add1_attr_by_NID(req, nid, V_ASN1_SEQUENCE, ext, extlen); in X509_REQ_add_extensions_nid()
/freebsd-12-stable/crypto/openssl/apps/
Dpkcs12.c795 if (aparamtype == V_ASN1_SEQUENCE) in alg_print()
811 if (aparamtype == V_ASN1_SEQUENCE) in alg_print()
831 if (aparamtype == V_ASN1_SEQUENCE) in alg_print()
848 if (aparamtype == V_ASN1_SEQUENCE) in alg_print()
/freebsd-12-stable/crypto/openssl/crypto/evp/
Dp5_crpt.c39 if (param == NULL || param->type != V_ASN1_SEQUENCE || in PKCS5_PBE_keyivgen()
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_ht.c416 if (*p++ != (V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED)) { in OCSP_REQ_CTX_nbio()
/freebsd-12-stable/usr.sbin/uefisign/
Duefisign.c238 ASN1_TYPE_set(t, V_ASN1_SEQUENCE, s); in magic()
/freebsd-12-stable/crypto/openssl/doc/man3/
DASN1_TYPE_get.pod59 a tagged type (V_ASN1_SEQUENCE, V_ASN1_SET or V_ASN1_OTHER) then the
/freebsd-12-stable/crypto/openssl/crypto/sm2/
Dsm2_crypt.c96 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in sm2_ciphertext_size()
/freebsd-12-stable/crypto/openssl/crypto/ts/
Dts_rsp_sign.c856 V_ASN1_SEQUENCE, seq); in ess_add_signing_cert()
981 V_ASN1_SEQUENCE, seq); in ess_add_signing_cert_v2()

12