HomeSort by relevance Sort by last modified time
    Searched refs:atype (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_attr.c 139 ASN1_TYPE *atype; local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
141 if (atype->type != V_ASN1_BMPSTRING) return NULL;
142 return OPENSSL_uni2asc(atype->value.bmpstring->data,
143 atype->value.bmpstring->length);
  /external/openssl/crypto/pkcs12/
p12_attr.c 139 ASN1_TYPE *atype; local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
141 if (atype->type != V_ASN1_BMPSTRING) return NULL;
142 return OPENSSL_uni2asc(atype->value.bmpstring->data,
143 atype->value.bmpstring->length);
  /external/srtp/crypto/kernel/
crypto_kernel.c 179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
207 while(atype != NULL) {
208 printf("auth func: %s\n", atype->auth_type->description);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
211 status = auth_type_self_test(atype->auth_type);
217 atype = atype->next;
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
273 crypto_kernel.auth_type_list = atype->next;
276 atype->auth_type->description)
347 kernel_auth_type_t *atype, *new_atype; local
433 kernel_auth_type_t *atype; local
    [all...]
  /external/javassist/src/main/javassist/
CtPrimitiveType.java 32 String methodName, String mDesc, int opcode, int atype,
40 arrayType = atype;
  /external/clang/test/Parser/
declarators.c 28 typedef int atype; typedef
30 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
31 ) int x, atype; {}
  /external/openfst/src/extensions/far/
main.cc 98 string atype = hdr.ArcType(); local
99 if (atype == "unknown") {
104 return atype;
  /external/javassist/src/main/javassist/expr/
NewArray.java 81 int atype = iterator.byteAt(currentPos + 1); local
82 return getPrimitiveType(atype);
96 CtClass getPrimitiveType(int atype) {
97 switch (atype) {
115 throw new RuntimeException("bad atype: " + atype);
182 index = iterator.byteAt(currentPos + 1); // atype
  /external/openfst/src/include/fst/
register.h 123 string atype = A::Type(); local
125 << "\" (arc type = \"" << atype << "\")"; local
  /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
CtsJavaScannerDoclet.java 88 AnnotationTypeDoc atype = annot.annotationType(); local
89 if (atype.toString().equals("com.android.cts.util.TimeoutReq")) {
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 205 * @param atype int to set
208 public void setAddressType(int atype) {
209 addressType = atype;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 163 string atype = A::Type(); local
165 << "\" (arc type = \"" << atype << "\")"; local
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_att.c 289 int atype = 0; local
298 atype = stmp->type;
302 atype = attrtype;
319 ASN1_TYPE_set(ttmp, atype, stmp);
  /external/openssl/crypto/x509/
x509_att.c 289 int atype = 0; local
298 atype = stmp->type;
302 atype = attrtype;
319 ASN1_TYPE_set(ttmp, atype, stmp);
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 351 int atype = 0; local
354 atype = T_BOOLEAN;
357 atype = T_CHAR;
360 atype = T_FLOAT;
363 atype = T_DOUBLE;
366 atype = T_BYTE;
369 atype = T_SHORT;
372 atype = T_INT;
375 atype = T_LONG;
383 bytecode.add(atype);
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 543 AnnotationTypeDoc atype = cAnnot.annotationType(); local
544 if (atype.toString().equals(HOST_CONTROLLER)) {
546 } else if (atype.toString().equals(KNOWN_FAILURE)) {
548 } else if (atype.toString().equals(BROKEN_TEST)) {
550 } else if (atype.toString().equals(SUPPRESSED_TEST)) {
  /external/openssh/openbsd-compat/
bsd-cray.c 275 pwdacm.atype = IA_SECURID;
279 pwdudb.atype = IA_UDB;
283 pwddce.atype = IA_DCE;
287 pwddialup.atype = IA_DIALUP;
292 pwdwal.atype = IA_WAL;
  /external/chromium_org/third_party/libxml/src/
valid.c     [all...]
  /external/libxml2/
valid.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_prn.c 541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
542 utype = atype->type;
543 fld = &atype->value.asn1_value;
  /external/openssl/crypto/asn1/
tasn_prn.c 541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
542 utype = atype->type;
543 fld = &atype->value.asn1_value;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 507 String atype = parser.getAttributeValue(null, "type"); local
508 if (atype.equals("SecurityPolicy")) {
513 } else if (atype.equals("Registry")) {
  /bionic/libc/bionic/
pthread.c 339 int atype = (*attr & MUTEXATTR_TYPE_MASK); local
341 if (atype >= PTHREAD_MUTEX_NORMAL &&
342 atype <= PTHREAD_MUTEX_ERRORCHECK) {
343 *type = atype;
    [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 226 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
407 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java     [all...]

Completed in 609 milliseconds

1 2