- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ssecClientKey (0.07 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 Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:06:08 UTC 2024 - 37.2K bytes - Viewed (0)