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

  /external/boringssl/src/crypto/fipsmodule/modes/
internal.h 135 // crypto_gcm_clmul_enabled returns one if the CLMUL implementation of GCM is
137 int crypto_gcm_clmul_enabled(void);
gcm.c 367 if (crypto_gcm_clmul_enabled()) {
381 if (crypto_gcm_clmul_enabled()) {
1054 int crypto_gcm_clmul_enabled(void) { function
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c     [all...]

Completed in 157 milliseconds