Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KeyctlString (0.1 sec)

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

    //sys	KeyctlBuffer(cmd int, arg2 int, buf []byte, arg5 int) (ret int, err error) = SYS_KEYCTL
    
    // KeyctlString calls keyctl commands which return a string.
    // These commands are KEYCTL_DESCRIBE and KEYCTL_GET_SECURITY.
    func KeyctlString(cmd int, id int) (string, error) {
    	// We must loop as the string data may change in between the syscalls.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
Back to top