Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c216 uint8_t *ghash, *macp = NULL; in gcm_encrypt_final() local
225 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final()
257 GHASH(ctx, macp, ghash, gops); in gcm_encrypt_final()
376 uint8_t *ghash; in gcm_decrypt_final() local
387 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_decrypt_final()
405 GHASH(ctx, blockp, ghash, gops); in gcm_decrypt_final()
484 uint8_t *datap, *ghash; in gcm_format_initial_blocks() local
511 GHASH(ctx, datap, ghash, gops); in gcm_format_initial_blocks()
531 uint8_t *ghash, *datap, *authp; in gcm_init() local
546 bzero(ghash, block_size); in gcm_init()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libicp/
H A DMakefile.am19 asm-x86_64/modes/ghash-x86_64.S \
/f-stack/freebsd/contrib/openzfs/module/icp/
H A DMakefile.in58 $(MODULE)-$(CONFIG_X86_64) += asm-x86_64/modes/ghash-x86_64.o
/f-stack/freebsd/crypto/openssl/arm/
H A Dghash-armv4.S533 @ equivalent of reduction_avx from ghash-x86_64.pl