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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c248 static AEP_U32 rand_block_bytes = 0; variable
692 if (len <= rand_block_bytes)
694 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);
695 rand_block_bytes -= len;
731 rand_block_bytes = RAND_BLK_SIZE;
733 memcpy(buf, &rand_block[RAND_BLK_SIZE - rand_block_bytes], len);
734 rand_block_bytes -= len;
905 rand_block_bytes = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 34 milliseconds