Home
last modified time | relevance | path

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

/external/boringssl/linux-ppc64le/crypto/fipsmodule/
Dghashp8-ppc.S197 .globl gcm_ghash_p8 symbol
198 .type gcm_ghash_p8,@function
200 gcm_ghash_p8: label
201 .localentry gcm_ghash_p8,0
581 .size gcm_ghash_p8,.-gcm_ghash_p8
/external/boringssl/linux-ppc64le/crypto/modes/
Dghashp8-ppc.S180 .globl gcm_ghash_p8 symbol
182 gcm_ghash_p8: label
/external/boringssl/src/crypto/fipsmodule/modes/
Dinternal.h342 void gcm_ghash_p8(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
Dgcm.c348 *out_hash = gcm_ghash_p8; in CRYPTO_ghash_init()