Home
last modified time | relevance | path

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

/external/boringssl/linux-ppc64le/crypto/fipsmodule/
Dghashp8-ppc.S144 .globl gcm_gmult_p8 symbol
145 .type gcm_gmult_p8,@function
147 gcm_gmult_p8: label
148 .localentry gcm_gmult_p8,0
195 .size gcm_gmult_p8,.-gcm_gmult_p8
/external/boringssl/linux-ppc64le/crypto/modes/
Dghashp8-ppc.S130 .globl gcm_gmult_p8 symbol
132 gcm_gmult_p8: label
/external/boringssl/src/crypto/fipsmodule/modes/
Dinternal.h341 void gcm_gmult_p8(uint64_t Xi[2], const u128 Htable[16]);
Dgcm.c347 *out_mult = gcm_gmult_p8; in CRYPTO_ghash_init()