| /freebsd-12-stable/crypto/openssl/crypto/asn1/ |
| 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()
|
| D | asn1_gen.c | 125 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()
|
| D | tasn_enc.c | 163 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()
|
| D | p5_pbe.c | 69 if (X509_ALGOR_set0(algor, OBJ_nid2obj(alg), V_ASN1_SEQUENCE, pbe_str))
|
| D | evp_asn1.c | 89 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL)) { in ASN1_TYPE_get_int_octetstring()
|
| D | tasn_dec.c | 302 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()
|
| D | tasn_prn.c | 520 case V_ASN1_SEQUENCE: in asn1_primitive_print()
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_ameth.c | 69 *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/ |
| 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()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | asn1t.h | 128 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/ |
| D | dsa_ameth.c | 36 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()
|
| D | dsa_lib.c | 164 ret = ASN1_object_size(1, i, V_ASN1_SEQUENCE); in DSA_size()
|
| /freebsd-12-stable/crypto/openssl/crypto/dh/ |
| D | dh_ameth.c | 61 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()
|
| D | dh_kdf.c | 84 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/ |
| D | rsa_ameth.c | 50 *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/ |
| D | cms_ess.c | 32 V_ASN1_SEQUENCE); in IMPLEMENT_ASN1_FUNCTIONS() 98 V_ASN1_SEQUENCE, rrder, rrderlen)) in CMS_add1_ReceiptRequest()
|
| D | cms_pwri.c | 140 pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE; in CMS_add0_recipient_password()
|
| /freebsd-12-stable/crypto/openssl/crypto/x509/ |
| D | x509_req.c | 172 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/ |
| D | pkcs12.c | 795 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/ |
| D | p5_crpt.c | 39 if (param == NULL || param->type != V_ASN1_SEQUENCE || in PKCS5_PBE_keyivgen()
|
| /freebsd-12-stable/crypto/openssl/crypto/ocsp/ |
| D | ocsp_ht.c | 416 if (*p++ != (V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED)) { in OCSP_REQ_CTX_nbio()
|
| /freebsd-12-stable/usr.sbin/uefisign/ |
| D | uefisign.c | 238 ASN1_TYPE_set(t, V_ASN1_SEQUENCE, s); in magic()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | ASN1_TYPE_get.pod | 59 a tagged type (V_ASN1_SEQUENCE, V_ASN1_SET or V_ASN1_OTHER) then the
|
| /freebsd-12-stable/crypto/openssl/crypto/sm2/ |
| D | sm2_crypt.c | 96 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in sm2_ciphertext_size()
|
| /freebsd-12-stable/crypto/openssl/crypto/ts/ |
| D | ts_rsp_sign.c | 856 V_ASN1_SEQUENCE, seq); in ess_add_signing_cert() 981 V_ASN1_SEQUENCE, seq); in ess_add_signing_cert_v2()
|