HomeSort by relevance Sort by last modified time
    Searched full:rand32_no_zero_bytes (Results 1 - 1 of 1) sorted by null

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

Completed in 120 milliseconds