HomeSort by relevance Sort by last modified time
    Searched refs:hwaes_capable (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/aes/
internal.h 30 static int hwaes_capable(void) { function
38 static int hwaes_capable(void) { function
61 static int hwaes_capable(void) { return 0; } function
aes.c     [all...]
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 230 if (hwaes_capable()) {
252 } else if (hwaes_capable()) {
355 if (hwaes_capable()) {
    [all...]

Completed in 89 milliseconds