Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for aeskeysched (0.45 sec)

  1. src/runtime/alg.go

    	F()
    }, seed uintptr) uintptr {
    	return interhash(noescape(unsafe.Pointer(&i)), seed)
    }
    
    const hashRandomBytes = goarch.PtrSize / 4 * 64
    
    // used in asm_{386,amd64,arm64}.s to seed the hash function
    var aeskeysched [hashRandomBytes]byte
    
    // used in hash{32,64}.go to seed the hash function
    var hashkey [4]uintptr
    
    func alginit() {
    	// Install AES hash algorithms if the instructions needed are present.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top