OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phash
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/rsa/
rsa_oaep.c
100
unsigned char *db = NULL, seed[SHA_DIGEST_LENGTH],
phash
[SHA_DIGEST_LENGTH];
local
148
EVP_Digest((void *)param, plen,
phash
, NULL, EVP_sha1(), NULL);
150
if (memcmp(db,
phash
, SHA_DIGEST_LENGTH) != 0 || bad)
/external/qemu/android/skin/
image.c
448
unsigned *
phash
)
461
*
phash
= h;
Completed in 527 milliseconds