HomeSort by relevance Sort by last modified time
    Searched full:vpaes_capable (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/cipher/
e_aes.c 103 static char vpaes_capable(void) { function
110 return vpaes_capable();
180 static char vpaes_capable(void) { function
184 /* On other platforms, vpaes_capable() will always return false and so the
304 } else if (vpaes_capable()) {
328 } else if (vpaes_capable()) {
443 if (vpaes_capable()) {
    [all...]

Completed in 74 milliseconds