Esempio n. 1
0
func (cipher *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid(cipher.evp_cipher))
}
Esempio n. 2
0
func (self *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid(self.evp_cipher))
}