Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:EVP_has_aes_hardware

788     static native int EVP_has_aes_hardware();
811 private static final boolean HAS_AES_HARDWARE = EVP_has_aes_hardware() == 1;