Home
last modified time | relevance | path

Searched refs:atype (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_attr.c107 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname()
111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
113 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
114 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/third_party/openssl/crypto/pkcs12/
H A Dp12_attr.c107 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname()
111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
113 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
114 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c395 static void print_attribute_type(ATTR_TYPES atype) in print_attribute_type() argument
397 printf("attribute 0x%x", le32_to_cpu(atype)); in print_attribute_type()
419 ATTR_TYPES atype, in get_attr_name()
426 if (atype == AT_END) in get_attr_name()
433 print_attribute_type(atype); in get_attr_name()
452 ATTR_TYPES atype = ctx->attr->type; in get_attr_name_ctx() local
454 return get_attr_name(mft_no, atype, GET_ATTR_NAME(ctx->attr)); in get_attr_name_ctx()
457 static void print_attribute(ATTR_TYPES atype, char *name) in print_attribute() argument
459 print_attribute_type(atype); in print_attribute()
720 static void vprint_attribute(ATTR_TYPES atype, cha argument
418 get_attr_name(u64 mft_no, ATTR_TYPES atype, const ntfschar *uname, const int uname_len) get_attr_name() argument
790 set_prev(char **prev_name, ATTR_TYPES *prev_atype, char *name, ATTR_TYPES atype) set_prev() argument
803 set_cmp_attr(ntfs_attr_search_ctx *ctx, ATTR_TYPES *atype, char **name) set_cmp_attr() argument
811 next_attr(ntfs_attr_search_ctx *ctx, ATTR_TYPES *atype, char **name, int *err) next_attr() argument
[all...]
H A Dntfsclone.c1257 #define WIPE_TIMESTAMPS(atype, attr, timestamp) \
1259 atype *ats; \
1260 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->value_offset)); \
H A Dntfsresize.c713 ATTR_TYPES atype; in collect_resize_constraints() local
721 atype = resize->ctx->attr->type; in collect_resize_constraints()
731 if (atype == AT_DATA && NInoAttrList(resize->ni)) in collect_resize_constraints()
755 if (atype == AT_DATA) in collect_resize_constraints()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dh.c23 int atype; in dh_cms_set_peerkey() local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
H A Dcms_ec.c76 int atype; in ecdh_cms_set_peerkey() local
83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
/third_party/openssl/crypto/cms/
H A Dcms_dh.c23 int atype; in dh_cms_set_peerkey() local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
H A Dcms_ec.c76 int atype; in ecdh_cms_set_peerkey() local
83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
/third_party/openssl/crypto/x509/
H A Dx509_att.c268 int atype = 0; in X509_ATTRIBUTE_set1_data() local
278 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
284 atype = attrtype; in X509_ATTRIBUTE_set1_data()
301 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_att.c337 int atype = 0; in X509_ATTRIBUTE_set1_data() local
347 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
353 atype = attrtype; in X509_ATTRIBUTE_set1_data()
370 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_estdif.c249 #define INTERPOLATE(type, atype, amax, ss) \
272 const atype mcost = s->mcost * s->redge * 4.f; \
273 atype sd[S], sD[S], di = 0; \
274 atype dmin = amax; \
278 atype sum = 0; \
296 atype sum = 0; \
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_int.c462 int atype) in bn_to_asn1_string()
468 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string()
471 ret->type = atype; in bn_to_asn1_string()
461 bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, int atype) bn_to_asn1_string() argument
H A Dtasn_prn.c459 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; in asn1_primitive_print() local
460 utype = atype->type; in asn1_primitive_print()
461 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */ in asn1_primitive_print()
/third_party/openssl/crypto/asn1/
H A Da_int.c462 int atype) in bn_to_asn1_string()
468 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string()
471 ret->type = atype; in bn_to_asn1_string()
461 bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, int atype) bn_to_asn1_string() argument
H A Dtasn_prn.c459 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; in asn1_primitive_print() local
460 utype = atype->type; in asn1_primitive_print()
461 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */ in asn1_primitive_print()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1482 enum tgsi_opcode_type atype; // Actual type of the value in emit_fetch_system_value() local
1490 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1495 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1500 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1505 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1510 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1515 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1523 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1528 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
1533 atype in emit_fetch_system_value()
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_process.c1059 ares_dns_rec_type_t atype; in same_questions() local
1069 if (ares_dns_record_query_get(arec, i, &aname, &atype, &aclass) != in same_questions()
1074 if (strcasecmp(qname, aname) != 0 || qtype != atype || qclass != aclass) { in same_questions()
/third_party/python/Parser/
H A Dasdl_c.py391 argstr = ", ".join(["%s %s" % (atype, aname)
392 for atype, aname, opt in args])
411 argstr = ", ".join(["%s %s" % (atype, aname)
412 for atype, aname, opt in args + attrs])
/third_party/python/Modules/
H A Dsocketmodule.c2089 unsigned int atype, v1, v2, v3; in getsockaddrarg() local
2103 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg()
2113 addr->addrtype = atype; in getsockaddrarg()
2115 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg()
2119 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg()
2122 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp569 const char* atype = useSame ? sameType : "gl_MatrixUseA"; in initPrograms() local
574 matAType << "coopmat<" << componentTypeInfo[m_data.inputType].typeName << ", gl_ScopeSubgroup, " << dims[0].rows << ", " << dims[0].cols << ", " << atype << ">"; in initPrograms()
/third_party/libbpf/src/
H A Dlibbpf.c9198 #define SEC_DEF(sec_pfx, ptype, atype, flags, ...) { \
9201 .expected_attach_type = atype, \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 74 milliseconds