Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key) in handleDecrypt() function
345 ret = handleDecrypt(&buf, bufUsed, out, key); in main()