Searched refs:rsaRawEncrypt (Results 1 – 1 of 1) sorted by relevance
145 func rsaRawEncrypt(pub *rsa.PublicKey, msg []byte) ([]byte, error) { func216 encrypted, err := rsaRawEncrypt(cert.PublicKey.(*rsa.PublicKey), padded)