MCPcopy Index your code
hub / github.com/rclone/rclone / TestEncryptDecrypt32

Function TestEncryptDecrypt32

backend/crypt/cipher_test.go:1107–1109  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1105}
1106
1107func TestEncryptDecrypt32(t *testing.T) {
1108 testEncryptDecrypt(t, 32, 1e8)
1109}
1110
1111func TestEncryptDecrypt4096(t *testing.T) {
1112 testEncryptDecrypt(t, 4096, 1e8)

Callers

nothing calls this directly

Calls 1

testEncryptDecryptFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…