Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Master_key_identifier (0.14 sec)

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

    	Version                   uint8
    	Contents_encryption_mode  uint8
    	Filenames_encryption_mode uint8
    	Flags                     uint8
    	Log2_data_unit_size       uint8
    	_                         [3]uint8
    	Master_key_identifier     [16]uint8
    }
    
    type FscryptGetPolicyExArg struct {
    	Size   uint64
    	Policy [24]byte
    }
    
    type FscryptKeySpecifier struct {
    	Type uint32
    	_    uint32
    	U    [32]byte
    }
    
    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