Home
last modified time | relevance | path

Searched refs:ghash (Results 1 - 17 of 17) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-gcm.c103 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 Daes-gcm.c103 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 Dsb_valtable.cpp185 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 Dsb_ir.h461 gvn_source(), ghash(), in value()
484 value_hash ghash; member in r600_sb::value
/third_party/node/deps/openssl/openssl/include/crypto/
H A Daes_platform.h107 (gctx)->gcm.ghash==gcm_ghash_v8)
229 ctx->gcm.ghash == gcm_ghash_avx)
H A Dmodes.h129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
/third_party/openssl/include/crypto/
H A Daes_platform.h107 (gctx)->gcm.ghash==gcm_ghash_v8)
229 ctx->gcm.ghash == gcm_ghash_avx)
H A Dmodes.h129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c732 # 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 Dgcm128.c732 # 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 Dghash-armv4.pl508 @ equivalent of reduction_avx from ghash-x86_64.pl
/third_party/openssl/crypto/modes/asm/
H A Dghash-armv4.pl508 @ equivalent of reduction_avx from ghash-x86_64.pl
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c348 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 Dghash-armv4.S532 @ equivalent of reduction_avx from ghash-x86_64.pl
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
H A Dghash-armv4.S532 @ equivalent of reduction_avx from ghash-x86_64.pl
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c140 gctx->gcm.ghash==gcm_ghash_avx)
/third_party/openssl/crypto/evp/
H A De_aes.c140 gctx->gcm.ghash==gcm_ghash_avx)

Completed in 26 milliseconds