/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function 207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 241 ghash(H, aad, aad_len, S); in aes_gcm_ghash() 242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash() 245 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function 207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 241 ghash(H, aad, aad_len, S); in aes_gcm_ghash() 242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash() 245 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_valtable.cpp | 185 if (ghash) in hash() 186 return ghash; in hash() 188 ghash = rel_hash(); in hash() 190 ghash = def->hash(); in hash() 192 ghash = ((uintptr_t)this) | 1; in hash() 194 return ghash; in hash()
|
H A D | sb_ir.h | 461 gvn_source(), ghash(), in value() 484 value_hash ghash; member in r600_sb::value
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | aes_platform.h | 107 (gctx)->gcm.ghash==gcm_ghash_v8) 229 ctx->gcm.ghash == gcm_ghash_avx)
|
H A D | modes.h | 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
|
/third_party/openssl/include/crypto/ |
H A D | aes_platform.h | 107 (gctx)->gcm.ghash==gcm_ghash_v8) 229 ctx->gcm.ghash == gcm_ghash_avx)
|
H A D | modes.h | 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 732 # define CTX__GHASH(f) (ctx->ghash = (f)) 734 # define CTX__GHASH(f) (ctx->ghash = NULL) 915 const u8 *inp, size_t len) = ctx->ghash; 980 const u8 *inp, size_t len) = ctx->ghash; 1212 const u8 *inp, size_t len) = ctx->ghash; 1454 const u8 *inp, size_t len) = ctx->ghash; 1615 const u8 *inp, size_t len) = ctx->ghash; 1777 const u8 *inp, size_t len) = ctx->ghash;
|
/third_party/openssl/crypto/modes/ |
H A D | gcm128.c | 732 # define CTX__GHASH(f) (ctx->ghash = (f)) 734 # define CTX__GHASH(f) (ctx->ghash = NULL) 915 const u8 *inp, size_t len) = ctx->ghash; 980 const u8 *inp, size_t len) = ctx->ghash; 1212 const u8 *inp, size_t len) = ctx->ghash; 1454 const u8 *inp, size_t len) = ctx->ghash; 1615 const u8 *inp, size_t len) = ctx->ghash; 1777 const u8 *inp, size_t len) = ctx->ghash;
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 508 @ equivalent of reduction_avx from ghash-x86_64.pl
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 508 @ equivalent of reduction_avx from ghash-x86_64.pl
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 348 const uint8_t ghash = g & ((1<<NBITS)-1); in color_get() local 350 const unsigned hash = rhash<<(NBITS*2) | ghash<<NBITS | bhash; in color_get()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 532 @ equivalent of reduction_avx from ghash-x86_64.pl
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 532 @ equivalent of reduction_avx from ghash-x86_64.pl
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 140 gctx->gcm.ghash==gcm_ghash_avx)
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 140 gctx->gcm.ghash==gcm_ghash_avx)
|