Lines Matching full:marshal
72 t.Errorf("Failed to marshal RSA public key for the second time: %s", err)
196 // It's never been documented that asn1.Marshal/Unmarshal on rsa.PublicKey works,
199 derBytes2, err := asn1.Marshal(*pub)
201 t.Errorf("Marshal(rsa.PublicKey): %v", err)
203 t.Errorf("Marshal(rsa.PublicKey) = %x, want %x", derBytes2, derBytes)