HomeSort by relevance Sort by last modified time
    Searched defs:keytype (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
d2i_pr.c 135 int keytype; local
146 keytype = EVP_PKEY_DSA;
148 keytype = EVP_PKEY_EC;
167 else keytype = EVP_PKEY_RSA;
169 return d2i_PrivateKey(keytype, a, pp, length);
  /external/openssl/crypto/asn1/
d2i_pr.c 135 int keytype; local
146 keytype = EVP_PKEY_DSA;
148 keytype = EVP_PKEY_EC;
167 else keytype = EVP_PKEY_RSA;
169 return d2i_PrivateKey(keytype, a, pp, length);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 33 keytype = '' variable in class:JoinTestCase
test_associate.py 123 keytype = '' variable in class:AssociateTestCase
142 if type(self.keytype) == type(''):
247 if type(self.keytype) == type(''):
316 keytype = 0 variable in class:AssociateRecnoTestCase
371 if type(self.keytype) == type(''):
395 keytype = 0 variable in class:ShelveAssociateRecnoTestCase
417 if type(self.keytype) == type(''):
436 keytype = 0 variable in class:ThreadedAssociateRecnoTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 33 keytype = '' variable in class:JoinTestCase
test_associate.py 123 keytype = '' variable in class:AssociateTestCase
142 if type(self.keytype) == type(''):
247 if type(self.keytype) == type(''):
316 keytype = 0 variable in class:AssociateRecnoTestCase
371 if type(self.keytype) == type(''):
395 keytype = 0 variable in class:ShelveAssociateRecnoTestCase
417 if type(self.keytype) == type(''):
436 keytype = 0 variable in class:ThreadedAssociateRecnoTestCase
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.h 135 template < typename keytype, typename hashtype >
136 void SparseKeygenRecurse ( pfHash hash, int start, int bitsleft, bool inclusive, keytype & k, std::vector<hashtype> & hashes )
138 const int nbytes = sizeof(keytype);
149 hash(&k,sizeof(keytype),0,&h);
169 typedef Blob<keybits> keytype; typedef
173 keytype k;
180 hash(&k,sizeof(keytype),0,&h);
202 template < typename keytype, typename hashtype >
205 const int keybits = sizeof(keytype) * 8;
221 keytype key
    [all...]
Bitvec.cpp 673 struct keytype struct
685 keytype k;
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_if.h 122 uint32_t keytype; /**< Key type, e.g. RSA */ member in struct:__anon41876
139 * @param keyType [in] Key pair type. RSA or RSACRT
147 teeRsaKeyPairType_t keyType,
tlTeeKeymaster_Api.h 186 uint32_t keytype; /**< RSA key pair type. RSA or RSA CRT */ member in struct:__anon41862
  /external/chromium_org/third_party/openssl/openssl/apps/
pkcs12.c 114 int keytype = 0; local
145 else if (!strcmp (*args, "-keyex")) keytype = KEY_EX;
146 else if (!strcmp (*args, "-keysig")) keytype = KEY_SIG;
584 key_pbe, cert_pbe, iter, -1, keytype);
  /external/openssl/apps/
pkcs12.c 114 int keytype = 0; local
152 else if (!strcmp (*args, "-keyex")) keytype = KEY_EX;
153 else if (!strcmp (*args, "-keysig")) keytype = KEY_SIG;
591 key_pbe, cert_pbe, iter, -1, keytype);
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c 2800 int keytype; local
    [all...]
  /external/openssl/ssl/
s3_clnt.c 2923 int keytype; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 2984 uint32_t keytype; local
    [all...]

Completed in 1155 milliseconds