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