Searched defs:hash (Results 1 – 6 of 6) sorted by relevance
| /device/google/dragon/audio/hal/ |
| D | dictionary.c | 91 unsigned hash ; in dictionary_hash() local 177 unsigned hash ; in dictionary_get() local 224 unsigned hash ; in dictionary_set() local 290 unsigned hash ; in dictionary_unset() local
|
| D | dictionary.h | 46 unsigned * hash ; /** List of hash values for keys */ member
|
| /device/google/contexthub/lib/nanohub/ |
| D | nanoapp.c | 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev()
|
| /device/google/contexthub/util/nanoapp_sign/ |
| D | nanoapp_sign.c | 287 uint32_t *hash; in handleVerify() local 321 const uint32_t *hash; in handleSign() local
|
| /device/google/contexthub/util/nanoapp_encr/ |
| D | nanoapp_encr.c | 140 const uint32_t *hash = sha2finish(&shaState); in handleEncrypt() local
|
| /device/google/contexthub/firmware/src/ |
| D | appSec.c | 425 const uint32_t *hash = BL.blSha2finish(&state->cbcSha); in appSecVerifyEncryptedData() local
|