(password []byte)
| 501 | } |
| 502 | |
| 503 | func deriveTestKeyBytes(password []byte) ([]byte, error) { |
| 504 | os.Setenv("TRYSSH_MASTER_KEY", string(password)) |
| 505 | defer os.Unsetenv("TRYSSH_MASTER_KEY") |
| 506 | return utils.GetMasterKey() |
| 507 | } |
no test coverage detected