Searched refs:_hash (Results 1 – 7 of 7) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | UString.h | 96 … unsigned hash() const { if (_hash == 0) _hash = computeHash(data(), len); return _hash; } in hash() 97 … unsigned computedHash() const { ASSERT(_hash); return _hash; } // fast path for Identifiers in computedHash() 125 mutable unsigned _hash; member
|
D | UString.cpp | 199 base._hash = 0; in initializeStaticBaseString() 237 r->_hash = 0; in create() 268 r->_hash = 0; in create() 574 rep->_hash = 0; in concatenate() 629 rep->_hash = 0; in concatenate() 1050 m_rep->_hash = 0; in append() 1118 m_rep->_hash = 0; in append() 1207 m_rep->_hash = 0; in operator =()
|
D | Identifier.cpp | 118 r->_hash = hash; in translate() 183 r->_hash = hash; in translate()
|
D | SmallStrings.cpp | 58 m_base._hash = 0; in SmallStringsStorage()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 57 #define rsa_verify_hash(_sig, _siglen, _hash, _hashlen, _hash_idx, _saltlen, _stat, _key) \ argument 58 …rsa_verify_hash_ex(_sig, _siglen, _hash, _hashlen, LTC_PKCS_1_PSS, _hash_idx, _saltlen, _stat, _ke…
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 1838 \index{find\_hash()} 1846 There is a function to search the array as well called \textit{int find\_hash(char *name)}. It ret… 1849 In addition, there is also find\_hash\_oid() which finds a hash by the ASN.1 OBJECT IDENTIFIER stri… 1850 \index{find\_hash\_oid()} 1977 \index{register\_hash()} \index{unregister\_hash()} 2019 descriptor must be registered with register\_hash(). At this point the CHC hash cannot be used to … 3063 …f{not} include the ASN.1 padding required. That is performed by the rsa\_sign\_hash\_ex() function 3395 \index{rsa\_sign\_hash()} 3420 \index{rsa\_sign\_hash\_ex()} 3444 \index{rsa\_verify\_hash()} [all …]
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 29466 Fixed the rest of "ASSERTION FAILED: _hash in KJS::UString::Rep:: 29507 - fixed "ASSERTION FAILED: _hash in KJS::UString::Rep::computedHash()" 29568 Use computedHash(), which is safer than just directly accessing _hash.
|