Esempio n. 1
0
func (self *CipherCtx) Cipher() *Cipher {
	return newCipher(C.EVP_CIPHER_CTX_cipher(self.evp_cipher_ctx))
}
Esempio n. 2
0
func (ctx *CipherCtx) Cipher() *Cipher {
	return newCipher(C.EVP_CIPHER_CTX_cipher(ctx.evp_cipher_ctx))
}