type crypto/internal/entropy/v1.0.0.ScratchBuffer

7 uses

	crypto/internal/entropy/v1.0.0 (current package)
		entropy.go#L25: type ScratchBuffer [1 << 25]byte
		entropy.go#L34: func Seed(memory *ScratchBuffer) ([48]byte, error) {
		entropy.go#L76: func Samples(samples []uint8, memory *ScratchBuffer) error {
		entropy.go#L98: 	memory   *ScratchBuffer
		entropy.go#L103: func newSource(memory *ScratchBuffer) *source {
		entropy.go#L115: func touchMemory(memory *ScratchBuffer, idx uint32) {

	crypto/internal/fips140/drbg
		entropy_fips140.go#L34: var memory entropy.ScratchBuffer