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