func encoding/pem.Decode
9 uses
encoding/pem (current package)
pem.go#L89: func Decode(data []byte) (p *Block, rest []byte) {
crypto/tls
tls.go#L273: certDERBlock, certPEMBlock = pem.Decode(certPEMBlock)
tls.go#L297: keyDERBlock, keyPEMBlock = pem.Decode(keyPEMBlock)
crypto/x509
cert_pool.go#L222: block, pemCerts = pem.Decode(pemCerts)
x509.go#L1829: block, _ := pem.Decode(crlBytes)
github.com/gotd/td/crypto
public_keys.go#L16: block, rest := pem.Decode(data)
github.com/gotd/td/telegram
cdn.go#L60: block, _ := pem.Decode([]byte(key.PublicKey))
github.com/refraction-networking/utls
tls.go#L261: certDERBlock, certPEMBlock = pem.Decode(certPEMBlock)
tls.go#L285: keyDERBlock, keyPEMBlock = pem.Decode(keyPEMBlock)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |