Home
last modified time | relevance | path

Searched refs:gcm_pmull_capable (Results 1 – 12 of 12) sorted by relevance

/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc97 if (gcm_pmull_capable()) { in TEST()
107 if (hwaes_capable() && gcm_pmull_capable()) { in TEST()
Dinternal.h293 OPENSSL_INLINE int gcm_pmull_capable(void) { in gcm_pmull_capable() function
Dgcm.cc.inc218 if (gcm_pmull_capable()) {
252 gcm_key->use_hw_gcm_crypt = (gcm_pmull_capable() && block_is_hwaes) ? 1 : 0;
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc97 if (gcm_pmull_capable()) { in TEST()
107 if (hwaes_capable() && gcm_pmull_capable()) { in TEST()
Dinternal.h293 OPENSSL_INLINE int gcm_pmull_capable(void) { in gcm_pmull_capable() function
Dgcm.cc.inc218 if (gcm_pmull_capable()) {
252 gcm_key->use_hw_gcm_crypt = (gcm_pmull_capable() && block_is_hwaes) ? 1 : 0;
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc149 if (gcm_pmull_capable()) { in TEST()
159 if (hwaes_capable() && gcm_pmull_capable()) { in TEST()
Dinternal.h238 inline int gcm_pmull_capable(void) { return CRYPTO_is_ARMv8_PMULL_capable(); } in gcm_pmull_capable() function
Dgcm.cc.inc218 if (gcm_pmull_capable()) {
274 if (gcm_pmull_capable() && is_hwaes) {
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc203 if (gcm_pmull_capable()) { in TEST()
Dinternal.h290 OPENSSL_INLINE int gcm_pmull_capable(void) { in gcm_pmull_capable() function
Dgcm.c188 if (gcm_pmull_capable()) { in CRYPTO_ghash_init()