Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Master_key_descriptor (0.15 sec)

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

    	Flags                     uint8
    	Master_key_descriptor     [8]uint8
    }
    
    type FscryptKey struct {
    	Mode uint32
    	Raw  [64]uint8
    	Size uint32
    }
    
    type FscryptPolicyV1 struct {
    	Version                   uint8
    	Contents_encryption_mode  uint8
    	Filenames_encryption_mode uint8
    	Flags                     uint8
    	Master_key_descriptor     [8]uint8
    }
    
    type FscryptPolicyV2 struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top