- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ssecClientKey (0.7 sec)
-
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 Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 38K bytes - Viewed (0)