Searched refs:rand_block_bytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c257 static AEP_U32 rand_block_bytes = 0; variable
707 if (len <= rand_block_bytes) {
708 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);
709 rand_block_bytes -= len;
741 rand_block_bytes = RAND_BLK_SIZE;
743 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);
744 rand_block_bytes -= len;
921 rand_block_bytes = 0;

Completed in 72 milliseconds