Searched refs:GHASH (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/modes/ |
H A D | gcm128.c | 551 # define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) macro 698 # ifdef GHASH 699 # undef GHASH 700 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) macro 731 # if defined(GHASH) 913 # ifdef GHASH 941 #ifdef GHASH 943 GHASH(ctx, aad, i); 978 # if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) 993 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) [all …]
|
/freebsd/sys/contrib/openzfs/ |
H A D | COPYRIGHT | 25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams 26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 38 #define GHASH(c, d, t, o) \ macro 176 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks() 257 GHASH(ctx, macp, ghash, gops); in gcm_encrypt_final() 264 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_encrypt_final() 316 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block() 412 GHASH(ctx, blockp, ghash, gops); in gcm_decrypt_final() 435 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_decrypt_final() 518 GHASH(ctx, datap, ghash, gops); in gcm_format_initial_blocks() 523 GHASH(ctx, len_a_len_c, ctx->gcm_J0, gops); in gcm_format_initial_blocks() 581 GHASH(ctx, datap, ghash, gops); in gcm_init()
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
H A D | THIRDPARTYLICENSE.openssl.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
H A D | THIRDPARTYLICENSE.cryptogams.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
H A D | ghash-x86_64.S | 18 # 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 D | aesni-gcm-x86_64.S | 17 # AES-NI-CTR+GHASH stitch. 24 # PCLMULQDQ-enabled GHASH. Unfortunately, as no stitch implementation
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_s390x.inc | 61 * The GHASH of this value can then be calculated. 73 /* Copy the 128 bit GHASH result into J0 and clear the tag */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 90 # 65 1<<62 KIMD-GHASH
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 6554 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;
|