Esempio n. 1
0
func (self *CipherCtx) Type() int {
	return int(C.EVP_CIPHER_type(self.Cipher().evp_cipher))
}
Esempio n. 2
0
func (ctx *CipherCtx) Type() int {
	return int(C.EVP_CIPHER_type(ctx.Cipher().evp_cipher))
}