// The following 3 methods // provided by ASM in libcrypto-boringssl // Only available on amd64 func HasAESHardware() int { return int(C.EVP_has_aes_hardware()) }
// 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()) }