func (self *CipherCtx) Cipher() *Cipher { return newCipher(C.EVP_CIPHER_CTX_cipher(self.evp_cipher_ctx)) }
func (ctx *CipherCtx) Cipher() *Cipher { return newCipher(C.EVP_CIPHER_CTX_cipher(ctx.evp_cipher_ctx)) }