Searched refs:GHASH (Results 1 – 10 of 10) sorted by relevance
| /freebsd-head/crypto/openssl/crypto/modes/ |
| HD | 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-head/sys/contrib/openzfs/ |
| HD | COPYRIGHT | 25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams 26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
|
| /freebsd-head/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| HD | THIRDPARTYLICENSE.cryptogams.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
| HD | THIRDPARTYLICENSE.openssl.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
| HD | ghash-x86_64.S | 19 # The module implements "4-bit" GCM GHASH function and underlying 21 # it uses 256 bytes per-key table [+128 bytes shared table]. GHASH 24 # Performance results are for this streamed GHASH subroutine and are
|
| HD | aesni-gcm-x86_64.S | 18 # AES-NI-CTR+GHASH stitch. 25 # PCLMULQDQ-enabled GHASH. Unfortunately, as no stitch implementation
|
| /freebsd-head/sys/contrib/openzfs/module/icp/algs/modes/ |
| HD | gcm.c | 39 #define GHASH(c, d, t, o) \ macro 177 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks() 258 GHASH(ctx, macp, ghash, gops); in gcm_encrypt_final() 265 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_encrypt_final() 317 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block() 413 GHASH(ctx, blockp, ghash, gops); in gcm_decrypt_final() 436 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_decrypt_final() 519 GHASH(ctx, datap, ghash, gops); in gcm_format_initial_blocks() 524 GHASH(ctx, len_a_len_c, ctx->gcm_J0, gops); in gcm_format_initial_blocks() 582 GHASH(ctx, datap, ghash, gops); in gcm_init()
|
| /freebsd-head/crypto/openssl/providers/implementations/ciphers/ |
| HD | 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-head/crypto/openssl/doc/man3/ |
| HD | OPENSSL_s390xcap.pod | 90 # 65 1<<62 KIMD-GHASH
|
| /freebsd-head/crypto/openssl/ |
| HD | 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;
|