Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c84 static uint32_t rand32_no_zero_bytes(void) in rand32_no_zero_bytes() function
373 rsa->num[i++] = rand32_no_zero_bytes() << 8; //low byte here must be zero as per padding spec in handleSign()
375 rsa->num[i] = rand32_no_zero_bytes(); in handleSign()
376 rsa->num[i] = (rand32_no_zero_bytes() >> 16) | 0x00020000; //as per padding spec in handleSign()