Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c37 static void rand_bytes(void *dst, uint32_t len) in rand_bytes() function
79 rand_bytes(encr.IV, sizeof(encr.IV)); in handleEncrypt()
94 rand_bytes(buf + bufUsed, padLen); in handleEncrypt()