Home
last modified time | relevance | path

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

12

/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/chromium_org/third_party/openssl/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/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/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/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/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/openssl/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/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/openfst/src/include/fst/
Dregister.h123 string atype = A::Type(); in Convert() local
125 << "\" (arc type = \"" << atype << "\")"; in Convert()
/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/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java208 public void setAddressType(int atype) { in setAddressType() argument
209 addressType = atype; in setAddressType()
/external/openssh/openbsd-compat/
Dbsd-cray.c275 pwdacm.atype = IA_SECURID; in cray_setup()
279 pwdudb.atype = IA_UDB; in cray_setup()
283 pwddce.atype = IA_DCE; in cray_setup()
287 pwddialup.atype = IA_DIALUP; in cray_setup()
292 pwdwal.atype = IA_WAL; in cray_setup()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h163 string atype = A::Type(); in Convert() local
165 << "\" (arc type = \"" << atype << "\")"; in Convert()
/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 …]
Dxmlschemastypes.c2750 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaValAtomicType()
2763 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaValAtomicType()
2788 attr->atype = XML_ATTRIBUTE_IDREF; in xmlSchemaValAtomicType()
2802 attr->atype = XML_ATTRIBUTE_IDREFS; in xmlSchemaValAtomicType()
2833 attr->atype = XML_ATTRIBUTE_ENTITY; in xmlSchemaValAtomicType()
2850 attr->atype = XML_ATTRIBUTE_ENTITIES; in xmlSchemaValAtomicType()
/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 …]
Dxmlschemastypes.c2743 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaValAtomicType()
2756 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaValAtomicType()
2781 attr->atype = XML_ATTRIBUTE_IDREF; in xmlSchemaValAtomicType()
2795 attr->atype = XML_ATTRIBUTE_IDREFS; in xmlSchemaValAtomicType()
2826 attr->atype = XML_ATTRIBUTE_ENTITY; in xmlSchemaValAtomicType()
2843 attr->atype = XML_ATTRIBUTE_ENTITIES; in xmlSchemaValAtomicType()
/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/openssl/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/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.h226 xmlAttributeType atype; /* The attribute type */ member
406 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