golang.org/x/crypto/openpgp/packet.CipherFunction.blockSize (method)
7 uses
golang.org/x/crypto/openpgp/packet (current package)
packet.go#L502: func (cipher CipherFunction) blockSize() int {
private_key.go#L125: blockSize := pk.cipher.blockSize()
symmetric_key_encrypted.go#L82: iv := make([]byte, ske.CipherFunc.blockSize())
symmetric_key_encrypted.go#L87: if cipherFunc.blockSize() == 0 {
symmetric_key_encrypted.go#L143: iv := make([]byte, cipherFunc.blockSize())
symmetrically_encrypted.go#L57: se.prefix = make([]byte, c.blockSize()+2)
symmetrically_encrypted.go#L62: } else if len(se.prefix) != c.blockSize()+2 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |