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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c256 static AEP_U8 rand_block[RAND_BLK_SIZE]; variable
708 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);
734 &rand_block[0], NULL);
743 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);

Completed in 80 milliseconds