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

1 2

  /external/chromium_org/third_party/smhasher/src/
DifferentialTest.h 21 template < class keytype >
22 bool ProcessDifferentials ( std::vector<keytype> & diffs, int reps, bool dumpCollisions )
33 keytype kp = diffs[0];
103 template < typename keytype, typename hashtype >
104 void DiffTestRecurse ( pfHash hash, keytype & k1, keytype & k2, hashtype & h1, hashtype & h2, int start, int bitsleft, std::vector<keytype> & diffs )
106 const int bits = sizeof(keytype)*8;
132 template < typename keytype, typename hashtype >
135 const int keybits = sizeof(keytype) * 8
    [all...]
AvalancheTest.h 27 template < typename keytype, typename hashtype >
30 const int keybytes = sizeof(keytype);
36 keytype K;
68 template < typename keytype, typename hashtype >
73 const int keybytes = sizeof(keytype);
85 calcBias<keytype,hashtype>(hash,bins,reps,r);
110 template< typename keytype, typename hashtype >
115 const int keybytes = sizeof(keytype);
121 keytype key;
196 template< typename keytype, typename hashtype
    [all...]
Stats.h 68 template < class keytype, typename hashtype >
69 int PrintCollisions ( hashfunc<hashtype> hash, std::vector<keytype> & keys )
73 typedef std::map<hashtype,keytype> htab;
78 keytype & k1 = keys[i];
80 hashtype h = hash(&k1,sizeof(keytype),0);
86 keytype & k2 = (*it).second;
89 printbits(&k1,sizeof(keytype));
91 printbits(&k2,sizeof(keytype));
260 template < class keytype, typename hashtype >
261 bool TestKeyList ( hashfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDist, bool drawDiagram
    [all...]
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...]
Types.h 47 template< typename hashtype, typename keytype >
48 struct CollisionMap : public std::map< hashtype, std::vector<keytype> >
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
asn1.c 117 int keytype; local
127 keytype = EVP_PKEY_DSA;
129 keytype = EVP_PKEY_EC;
151 keytype = EVP_PKEY_RSA;
155 return d2i_PrivateKey(keytype, out, inp, len);
evp_ctx.c 201 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd,
208 if (keytype != -1 && ctx->pmeth->pkey_id != keytype) {
  /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);
  /development/tools/
make_key 22 Usage: $0 <name> <subject> [<keytype>]
25 given <subject>. A keytype of "rsa" or "ec" is accepted.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.idl 36 [Reflect, ReflectOnly="rsa", ReflectMissing="rsa"] attribute DOMString keytype;
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h 83 void HashInit(Hash*, int keytype, int copyKey);
fts1_hash.h 76 void sqlite3Fts1HashInit(fts1Hash*, int keytype, int copyKey);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h 74 void sqlite3Fts2HashInit(fts2Hash*, int keytype, int copyKey);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
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
test_join.py 33 keytype = '' variable in class:JoinTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
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
test_join.py 33 keytype = '' variable in class:JoinTestCase
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlTeeKeymaster_Api.h 186 uint32_t keytype; /**< RSA key pair type. RSA or RSA CRT */ member in struct:__anon21871
tlcTeeKeymaster_if.h 122 uint32_t keytype; /**< Key type, e.g. RSA */ member in struct:__anon21885
139 * @param keyType [in] Key pair type. RSA or RSACRT
147 teeRsaKeyPairType_t keyType,
keymaster_mobicore.cpp 195 metadata.keytype = TEE_KEYPAIR_RSACRT;
207 metadata.keytype = TEE_KEYPAIR_RSA;
  /external/openssl/crypto/pkcs12/
p12_crt.c 81 int keytype)
149 bag = PKCS12_add_key(&bags, pkey, keytype, iter, nid_key, pass);
  /external/openssl/crypto/evp/
pmeth_lib.c 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
393 if ((keytype != -1) && (ctx->pmeth->pkey_id != 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);
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 409 keytype = self.val.type.template_argument(0).const()
411 nodetype = gdb.lookup_type('std::_Rb_tree_node< std::pair< %s, %s > >' % (keytype, valuetype))
449 keytype = self.val.type.template_argument(0)
450 nodetype = gdb.lookup_type('std::_Rb_tree_node< %s >' % keytype).pointer()
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 409 keytype = self.val.type.template_argument(0).const()
411 nodetype = gdb.lookup_type('std::_Rb_tree_node< std::pair< %s, %s > >' % (keytype, valuetype))
449 keytype = self.val.type.template_argument(0)
450 nodetype = gdb.lookup_type('std::_Rb_tree_node< %s >' % keytype).pointer()

Completed in 514 milliseconds

1 2