Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ssecClientKey (0.06 sec)

  1. cmd/encryption-v1.go

    	// one for the source and one for the target. This reader is the source.
    	var ssecClientKey []byte
    	if crypto.SSEC.IsEncrypted(oi.UserDefined) {
    		if copySource && crypto.SSECopy.IsRequested(h) {
    			key, err := crypto.SSECopy.ParseHTTP(h)
    			if err != nil {
    				return nil, err
    			}
    			ssecClientKey = key[:]
    		} else {
    			key, err := crypto.SSEC.ParseHTTP(h)
    			if err != nil {
    				return nil, err
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Oct 13 13:06:08 UTC 2024
    - 37.2K bytes
    - Viewed (0)
Back to top