Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AF_ALG (0.2 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    // back as hash output or ciphertext.
    //
    // Here is an example of using an AF_ALG socket with SHA1 hashing.
    // The initial socket setup process is as follows:
    //
    //	// Open a socket to perform SHA1 hashing.
    //	fd, _ := unix.Socket(unix.AF_ALG, unix.SOCK_SEQPACKET, 0)
    //	addr := &unix.SockaddrALG{Type: "hash", Name: "sha1"}
    //	unix.Bind(fd, addr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	ADFS_SUPER_MAGIC                            = 0xadf5
    	AFFS_SUPER_MAGIC                            = 0xadff
    	AFS_FS_MAGIC                                = 0x6b414653
    	AFS_SUPER_MAGIC                             = 0x5346414f
    	AF_ALG                                      = 0x26
    	AF_APPLETALK                                = 0x5
    	AF_ASH                                      = 0x12
    	AF_ATMPVC                                   = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(WaitStatus).Signal", Method, 0},
    		{"(WaitStatus).Signaled", Method, 0},
    		{"(WaitStatus).StopSignal", Method, 0},
    		{"(WaitStatus).Stopped", Method, 0},
    		{"(WaitStatus).TrapCause", Method, 0},
    		{"AF_ALG", Const, 0},
    		{"AF_APPLETALK", Const, 0},
    		{"AF_ARP", Const, 0},
    		{"AF_ASH", Const, 0},
    		{"AF_ATM", Const, 0},
    		{"AF_ATMPVC", Const, 0},
    		{"AF_ATMSVC", Const, 0},
    		{"AF_AX25", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top