MCPcopy Create free account
hub / github.com/crewjam/saml / init

Function init

xmlenc/cbc.go:161–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159)
160
161func init() {
162 RegisterDecrypter(AES128CBC)
163 RegisterDecrypter(AES192CBC)
164 RegisterDecrypter(AES256CBC)
165 RegisterDecrypter(TripleDES)
166}
167
168func appendPadding(buf []byte, blockSize int) []byte {
169 paddingBytes := blockSize - (len(buf) % blockSize)

Callers

nothing calls this directly

Calls 1

RegisterDecrypterFunction · 0.85

Tested by

no test coverage detected