Home
last modified time | relevance | path

Searched refs:gcm_ghash_v8 (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/linux-aarch64/crypto/fipsmodule/
Dghashv8-armx64.S112 .globl gcm_ghash_v8 symbol
113 .hidden gcm_ghash_v8
114 .type gcm_ghash_v8,%function
116 gcm_ghash_v8: label
242 .size gcm_ghash_v8,.-gcm_ghash_v8
/external/boringssl/linux-arm/crypto/fipsmodule/
Dghashv8-armx32.S114 .globl gcm_ghash_v8 symbol
115 .hidden gcm_ghash_v8
116 .type gcm_ghash_v8,%function
118 gcm_ghash_v8: label
246 .size gcm_ghash_v8,.-gcm_ghash_v8
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc220 CHECK_ABI(gcm_ghash_v8, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h327 void gcm_ghash_v8(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
Dgcm.c334 *out_hash = gcm_ghash_v8; in CRYPTO_ghash_init()