Home
last modified time | relevance | path

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

/third_party/boringssl/linux-ppc64le/crypto/fipsmodule/
Dghashp8-ppc.S16 .globl gcm_init_p8 symbol
17 .type gcm_init_p8,@function
19 gcm_init_p8: label
20 .localentry gcm_init_p8,0
143 .size gcm_init_p8,.-gcm_init_p8
/third_party/boringssl/src/crypto/fipsmodule/modes/
Dinternal.h340 void gcm_init_p8(u128 Htable[16], const uint64_t Xi[2]);
Dgcm.c346 gcm_init_p8(out_table, H.u); in CRYPTO_ghash_init()
/third_party/openssl/crypto/modes/
Dgcm128.c703 void gcm_init_p8(u128 Htable[16], const u64 Xi[2]);
818 gcm_init_p8(ctx->Htable, ctx->H.u);