Searched refs:rand32_no_zero_bytes (Results 1 – 1 of 1) sorted by relevance
84 static uint32_t rand32_no_zero_bytes(void) in rand32_no_zero_bytes() function373 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()