Home
last modified time | relevance | path

Searched refs:gcm_ghash_avx (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/linux-x86_64/crypto/modes/
Dghash-x86_64.S1269 .globl gcm_ghash_avx symbol
1270 .hidden gcm_ghash_avx
1271 .type gcm_ghash_avx,@function
1273 gcm_ghash_avx: label
1275 .size gcm_ghash_avx,.-gcm_ghash_avx
/external/boringssl/src/crypto/modes/
Dgcm.c336 #define gcm_ghash_avx gcm_ghash_clmul macro
340 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, size_t len);
451 ctx->ghash = gcm_ghash_avx; in CRYPTO_gcm128_init()
/external/boringssl/src/crypto/cipher/
De_aes.c265 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
268 (gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.ghash == gcm_ghash_avx)
/external/boringssl/win-x86_64/crypto/modes/
Dghash-x86_64.asm1320 global gcm_ghash_avx
1323 gcm_ghash_avx: label