Home
last modified time | relevance | path

Searched refs:GHASH (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/modes/
H A Dgcm128.c698 # ifdef GHASH
699 # undef GHASH
913 # ifdef GHASH
941 #ifdef GHASH
1023 # if defined(GHASH)
1055 # if defined(GHASH)
1147 # if defined(GHASH)
1255 # if defined(GHASH)
1452 # ifdef GHASH
1467 #if defined(GHASH)
[all …]
/freebsd-14.2/sys/contrib/openzfs/
H A DCOPYRIGHT25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
/freebsd-14.2/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.cryptogams.descrip1 PORTIONS OF GCM and GHASH FUNCTIONALITY
H A DTHIRDPARTYLICENSE.openssl.descrip1 PORTIONS OF GCM and GHASH FUNCTIONALITY
H A Dghash-x86_64.S18 # The module implements "4-bit" GCM GHASH function and underlying
20 # it uses 256 bytes per-key table [+128 bytes shared table]. GHASH
23 # Performance results are for this streamed GHASH subroutine and are
H A Daesni-gcm-x86_64.S17 # AES-NI-CTR+GHASH stitch.
24 # PCLMULQDQ-enabled GHASH. Unfortunately, as no stitch implementation
/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c38 #define GHASH(c, d, t, o) \ macro
181 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks()
262 GHASH(ctx, macp, ghash, gops); in gcm_encrypt_final()
269 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_encrypt_final()
321 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block()
417 GHASH(ctx, blockp, ghash, gops); in gcm_decrypt_final()
440 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_decrypt_final()
523 GHASH(ctx, datap, ghash, gops); in gcm_format_initial_blocks()
528 GHASH(ctx, len_a_len_c, ctx->gcm_J0, gops); in gcm_format_initial_blocks()
586 GHASH(ctx, datap, ghash, gops); in gcm_init()
/freebsd-14.2/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc61 * The GHASH of this value can then be calculated.
73 /* Copy the 128 bit GHASH result into J0 and clear the tag */
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod90 # 65 1<<62 KIMD-GHASH
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md6554 This covers AES, SHA256/512 and GHASH. "Initial" means that most
6565 SHA1, SHA256 and GHASH. "Initial" means that most common cases
6577 SHA256/512, MD5, GHASH and modular exponentiation.
8190 - `*`: GHASH and GF(2^m) multiplication implementations;