Home
last modified time | relevance | path

Searched refs:_hash (Results 1 – 9 of 9) sorted by relevance

/external/freetype/src/cache/
Dftccache.h221 FT_PtrDist _hash = (FT_PtrDist)(hash); \
230 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
240 if ( _node->hash == _hash && \
250 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
286 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp124 template<char...Cs> constexpr unsigned operator"" _hash() { in operator ""_hash()
127 static_assert(0x1234_hash == 0x103eff5e, "");
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h57 #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/openssl/include/openssl/
Dlhash.h106 return name##_hash(a); }
/external/openssl/crypto/lhash/
Dlhash.h106 return name##_hash(a); }
/external/clang/bindings/python/clang/
Dcindex.py1022 self._hash = Cursor_hash(self)
1024 return self._hash
/external/dropbear/libtomcrypt/
Dcrypt.tex1838 \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/Source/JavaScriptCore/
DChangeLog-2008-08-1029466 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.
DChangeLog-2010-05-2412344 rather than accessing _hash/len directly.