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

/freebsd-10.0-release/crypto/openssl/engines/
H A De_aep.c253 static AEP_U8 rand_block[RAND_BLK_SIZE]; variable
700 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);
729 rv = p_AEP_GenRandom(hConnection, RAND_BLK_SIZE, 2, &rand_block[0], NULL);
739 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);

Completed in 56 milliseconds