HomeSort by relevance Sort by last modified time
    Searched full:sigtype (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/arch/generic/
Call.cpp 29 static ffi_type* getFfiType(char sigType)
31 switch (sigType) {
44 LOGE("bad ffitype 0x%02x", sigType);
  /external/openssl/crypto/rsa/
rsa_sign.c 152 int i,ret=0,sigtype; local
213 sigtype=OBJ_obj2nid(sig->algor->algorithm);
218 fprintf(stderr,"in(%s) expect(%s)\n",OBJ_nid2ln(sigtype),
221 if (sigtype != dtype)
224 (sigtype == NID_md5WithRSAEncryption)) ||
226 (sigtype == NID_md2WithRSAEncryption)))
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 51 String sigType = TypeUtils.typeToDescriptor(humanType);
52 newSig.append(sigType);
  /external/ppp/pppd/
pppd.h     [all...]

Completed in 316 milliseconds