Ejemplo n.º 1
0
func (self *CipherCtx) nid() int {
	return int(C.EVP_CIPHER_CTX_nid(self.evp_cipher_ctx))
}
Ejemplo n.º 2
0
func (ctx *CipherCtx) nid() int {
	return int(C.EVP_CIPHER_CTX_nid(ctx.evp_cipher_ctx))
}