Esempio n. 1
0
// The following 3 methods
// provided by ASM in libcrypto-boringssl
// Only available on amd64
func HasAESHardware() int {
	return int(C.EVP_has_aes_hardware())
}
Esempio n. 2
0
// The following 3 methods
// provided by ASM in libcrypto-boringssl
// Only available on amd64
func has_aes_hardware() int {
	return int(C.EVP_has_aes_hardware())
}