Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 24 of 24) sorted by relevance

/third_party/openssl/crypto/pkcs12/
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/node/deps/openssl/openssl/crypto/pkcs12/
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/
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() argument
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, char *name) in vprint_attribute() argument
[all …]
Dntfsclone.c1257 #define WIPE_TIMESTAMPS(atype, attr, timestamp) \ argument
1259 atype *ats; \
1260 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->value_offset)); \
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/libffi/src/nios2/
Dffi.c98 ffi_type *atype = ecif->cif->arg_types[i]; in ffi_prep_args() local
99 size_t size = atype->size; in ffi_prep_args()
100 size_t alignment = atype->alignment; in ffi_prep_args()
111 switch (atype->type) in ffi_prep_args()
130 memcpy (argp, avalue, atype->size); in ffi_prep_args()
/third_party/openssl/crypto/cms/
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()
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()
/third_party/node/deps/openssl/openssl/crypto/cms/
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()
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()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_att.c273 int atype = 0; in X509_ATTRIBUTE_set1_data() local
283 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
289 atype = attrtype; in X509_ATTRIBUTE_set1_data()
306 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/third_party/openssl/crypto/x509/
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/ffmpeg/libavfilter/
Dvf_estdif.c252 #define INTERPOLATE(type, atype, max, ss) \ argument
273 const atype f = redge + 2; \
274 atype sd[S], sD[S], di = 0; \
275 atype dmin = max; \
279 atype sum = 0; \
295 atype sum = 0; \
/third_party/node/deps/openssl/openssl/crypto/asn1/
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()
Da_int.c462 int atype) in bn_to_asn1_string() argument
468 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string()
471 ret->type = atype; in bn_to_asn1_string()
/third_party/openssl/crypto/asn1/
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()
Da_int.c462 int atype) in bn_to_asn1_string() argument
468 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string()
471 ret->type = atype; in bn_to_asn1_string()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
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 = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
[all …]
/third_party/python/Parser/
Dasdl_c.py325 argstr = ", ".join(["%s %s" % (atype, aname)
326 for atype, aname, opt in args])
345 argstr = ", ".join(["%s %s" % (atype, aname)
346 for atype, aname, opt in args + attrs])
/third_party/mesa3d/docs/relnotes/
D20.0.1.rst90 - llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACE
D20.1.0.rst1563 - llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACE
/third_party/python/Modules/
Dsocketmodule.c2052 unsigned int atype, v1, v2, v3; in getsockaddrarg() local
2066 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg()
2076 addr->addrtype = atype; in getsockaddrarg()
2078 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg()
2082 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg()
2085 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
/third_party/libbpf/src/
Dlibbpf.c8857 #define SEC_DEF(sec_pfx, ptype, atype, flags, ...) { \ argument
8860 .expected_attach_type = atype, \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp120365 byteSize(Type atype) in byteSize() argument
120367 switch (atype) { in byteSize()
120393 isSignedIntType(Type atype) { in isSignedIntType() argument
120394 switch (atype) { in isSignedIntType()
120417 isSimdType(Type atype) { in isSimdType() argument
120418 switch (atype) { in isSimdType()
120442 scalarByteSize(Type atype) { in scalarByteSize() argument
120443 switch (atype) { in scalarByteSize()