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

  /external/boringssl/src/crypto/cipher/
e_aes.c 109 static char bsaes_capable(void) { function
120 static char bsaes_capable(void) { function
151 static char bsaes_capable(void) { function
155 /* On other platforms, bsaes_capable() will always return false and so the
300 } else if (bsaes_capable() && mode == EVP_CIPH_CBC_MODE) {
324 } else if (bsaes_capable() && mode == EVP_CIPH_CTR_MODE) {
432 if (bsaes_capable()) {
    [all...]

Completed in 269 milliseconds