Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
Dcrypto_kernel.c179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in crypto_kernel_status() local
207 while(atype != NULL) { in crypto_kernel_status()
208 printf("auth func: %s\n", atype->auth_type->description); in crypto_kernel_status()
209 printf(" instance count: %d\n", atype->auth_type->ref_count); in crypto_kernel_status()
211 status = auth_type_self_test(atype->auth_type); in crypto_kernel_status()
217 atype = atype->next; in crypto_kernel_status()
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in crypto_kernel_shutdown() local
273 crypto_kernel.auth_type_list = atype->next; in crypto_kernel_shutdown()
276 atype->auth_type->description); in crypto_kernel_shutdown()
277 crypto_free(atype); in crypto_kernel_shutdown()
[all …]
/external/srtp/crypto/kernel/
Dcrypto_kernel.c179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in crypto_kernel_status() local
207 while(atype != NULL) { in crypto_kernel_status()
208 printf("auth func: %s\n", atype->auth_type->description); in crypto_kernel_status()
209 printf(" instance count: %d\n", atype->auth_type->ref_count); in crypto_kernel_status()
211 status = auth_type_self_test(atype->auth_type); in crypto_kernel_status()
217 atype = atype->next; in crypto_kernel_status()
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in crypto_kernel_shutdown() local
273 crypto_kernel.auth_type_list = atype->next; in crypto_kernel_shutdown()
276 atype->auth_type->description); in crypto_kernel_shutdown()
277 crypto_free(atype); in crypto_kernel_shutdown()
[all …]
/external/openssl/crypto/pkcs12/
Dp12_attr.c139 ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL; in PKCS12_get_friendlyname()
141 if (atype->type != V_ASN1_BMPSTRING) return NULL; in PKCS12_get_friendlyname()
142 return OPENSSL_uni2asc(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
143 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/external/openfst/src/extensions/far/
Dmain.cc98 string atype = hdr.ArcType(); in LoadArcTypeFromFar() local
99 if (atype == "unknown") { in LoadArcTypeFromFar()
104 return atype; in LoadArcTypeFromFar()
/external/clang/test/Parser/
Ddeclarators.c28 typedef int atype; typedef
30 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ in test3() argument
31 ) int x, atype; {} in test3()
/external/javassist/src/main/javassist/expr/
DNewArray.java81 int atype = iterator.byteAt(currentPos + 1); in getComponentType() local
82 return getPrimitiveType(atype); in getComponentType()
96 CtClass getPrimitiveType(int atype) { in getPrimitiveType() argument
97 switch (atype) { in getPrimitiveType()
115 throw new RuntimeException("bad atype: " + atype); in getPrimitiveType()
/external/javassist/src/main/javassist/
DCtPrimitiveType.java32 String methodName, String mDesc, int opcode, int atype, in CtPrimitiveType() argument
40 arrayType = atype; in CtPrimitiveType()
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dx509_att.c283 int atype = 0; in X509_ATTRIBUTE_set1_data() local
292 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
296 atype = attrtype; in X509_ATTRIBUTE_set1_data()
313 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/external/openssl/crypto/x509/
Dx509_att.c289 int atype = 0; in X509_ATTRIBUTE_set1_data() local
298 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
302 atype = attrtype; in X509_ATTRIBUTE_set1_data()
319 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java351 int atype = 0; in atNewArrayExpr2() local
354 atype = T_BOOLEAN; in atNewArrayExpr2()
357 atype = T_CHAR; in atNewArrayExpr2()
360 atype = T_FLOAT; in atNewArrayExpr2()
363 atype = T_DOUBLE; in atNewArrayExpr2()
366 atype = T_BYTE; in atNewArrayExpr2()
369 atype = T_SHORT; in atNewArrayExpr2()
372 atype = T_INT; in atNewArrayExpr2()
375 atype = T_LONG; in atNewArrayExpr2()
383 bytecode.add(atype); in atNewArrayExpr2()
/external/openfst/src/include/fst/
Dregister.h123 string atype = A::Type(); in Convert() local
125 << "\" (arc type = \"" << atype << "\")"; in Convert()
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java208 public void setAddressType(int atype) { in setAddressType() argument
209 addressType = atype; in setAddressType()
/external/tcpdump/
Dprint-bgp.c1290 bgp_attr_print(u_int atype, const u_char *pptr, u_int len) in bgp_attr_print() argument
1309 switch (atype) { in bgp_attr_print()
1345 as_size = bgp_attr_get_as_size(atype, pptr, len); in bgp_attr_print()
2149 u_int aflags, atype, alenlen, alen; in bgp_attr_print() local
2155 atype = *(tptr + 1); in bgp_attr_print()
2168 "Unknown Attribute", atype, in bgp_attr_print()
2170 atype, in bgp_attr_print()
2184 if (!bgp_attr_print(atype, tptr, alen)) in bgp_attr_print()
2194 … printf("\n\t no Attribute %u decoder",atype); /* we have no decoder for the attribute */ in bgp_attr_print()
2442 int aflags, atype, alenlen, alen; in bgp_update_print() local
[all …]
/external/libxml2/
Dvalid.c1852 if (cur->atype == XML_ATTRIBUTE_ID) { in xmlScanIDAttributeDecl()
2035 ret->atype = type; in xmlAddAttributeDecl()
2170 cur->atype = attr->atype; in xmlCopyAttribute()
2220 switch (attr->atype) { in xmlDumpAttributeDecl()
2646 attr->atype = XML_ATTRIBUTE_ID; in xmlAddID()
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
2759 attr->atype = 0; in xmlRemoveID()
3037 (attrDecl->atype == XML_ATTRIBUTE_IDREF || in xmlIsRef()
3038 attrDecl->atype == XML_ATTRIBUTE_IDREFS)) in xmlIsRef()
3994 if (attrDecl->atype == XML_ATTRIBUTE_CDATA) in xmlValidCtxtNormalizeAttributeValue()
[all …]
/external/chromium_org/third_party/libxml/src/
Dvalid.c1852 if (cur->atype == XML_ATTRIBUTE_ID) { in xmlScanIDAttributeDecl()
2035 ret->atype = type; in xmlAddAttributeDecl()
2170 cur->atype = attr->atype; in xmlCopyAttribute()
2220 switch (attr->atype) { in xmlDumpAttributeDecl()
2646 attr->atype = XML_ATTRIBUTE_ID; in xmlAddID()
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
2759 attr->atype = 0; in xmlRemoveID()
3037 (attrDecl->atype == XML_ATTRIBUTE_IDREF || in xmlIsRef()
3038 attrDecl->atype == XML_ATTRIBUTE_IDREFS)) in xmlIsRef()
3994 if (attrDecl->atype == XML_ATTRIBUTE_CDATA) in xmlValidCtxtNormalizeAttributeValue()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h163 string atype = A::Type(); in Convert() local
165 << "\" (arc type = \"" << atype << "\")"; in Convert()
/external/openssl/crypto/asn1/
Dtasn_prn.c541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; in asn1_primitive_print() local
542 utype = atype->type; in asn1_primitive_print()
543 fld = &atype->value.asn1_value; in asn1_primitive_print()
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
Dtasn_prn.c553 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; in asn1_primitive_print() local
554 utype = atype->type; in asn1_primitive_print()
555 fld = &atype->value.asn1_value; in asn1_primitive_print()
/external/llvm/test/Transforms/LICM/
Dhoist-bitcast-load.ll164 %atype = type opaque
171 %cab = bitcast i16* %ca to %atype*
172 %c = bitcast %atype* %cab to i32*
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dstorage_api.py470 def __exit__(self, atype, value, traceback): argument
733 def __exit__(self, atype, value, traceback): argument
/external/javassist/src/main/javassist/bytecode/
DBytecode.java1246 public void addNewarray(int atype, int length) { in addNewarray() argument
1249 add(atype); in addNewarray()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c793 enum tgsi_opcode_type atype; // Actual type of the value in emit_fetch_system_value() local
800 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
805 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
811 atype = TGSI_TYPE_FLOAT; in emit_fetch_system_value()
815 if (atype != stype) { in emit_fetch_system_value()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c793 enum tgsi_opcode_type atype; // Actual type of the value in emit_fetch_system_value() local
800 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
805 atype = TGSI_TYPE_UNSIGNED; in emit_fetch_system_value()
811 atype = TGSI_TYPE_FLOAT; in emit_fetch_system_value()
815 if (atype != stype) { in emit_fetch_system_value()
/external/libxml2/include/libxml/
Dtree.h264 xmlAttributeType atype; /* The attribute type */ member
444 xmlAttributeType atype; /* the attribute type if validating */ member
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h226 xmlAttributeType atype; /* The attribute type */ member
407 xmlAttributeType atype; /* the attribute type if validating */ member

12