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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function
207 ghash(H, iv, iv_len, J0);
210 ghash(H, len_buf, sizeof(len_buf), J0);
241 ghash(H, aad, aad_len, S);
242 ghash(H, crypt, crypt_len, S);
245 ghash(H, len_buf, sizeof(len_buf), S);
/external/wpa_supplicant_8/src/crypto/
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function
207 ghash(H, iv, iv_len, J0);
210 ghash(H, len_buf, sizeof(len_buf), J0);
241 ghash(H, aad, aad_len, S);
242 ghash(H, crypt, crypt_len, S);
245 ghash(H, len_buf, sizeof(len_buf), S);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function
207 ghash(H, iv, iv_len, J0);
210 ghash(H, len_buf, sizeof(len_buf), J0);
241 ghash(H, aad, aad_len, S);
242 ghash(H, crypt, crypt_len, S);
245 ghash(H, len_buf, sizeof(len_buf), S);
/external/openssl/crypto/modes/
H A Dmodes_lcl.h113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); member in struct:gcm128_context
H A Dgcm128.c720 ctx->ghash = gcm_ghash_clmul;
732 ctx->ghash = gcm_ghash_4bit_mmx;
735 ctx->ghash = gcm_ghash_4bit_x86;
739 ctx->ghash = gcm_ghash_4bit;
744 ctx->ghash = gcm_ghash_neon;
748 ctx->ghash = gcm_ghash_4bit;
835 const u8 *inp,size_t len) = ctx->ghash;
897 const u8 *inp,size_t len) = ctx->ghash;
1047 const u8 *inp,size_t len) = ctx->ghash;
1199 const u8 *inp,size_t len) = ctx->ghash;
[all...]
/external/openssl/
H A DCrypto-config.mk557 crypto/modes/asm/ghash-armv4.S \
592 crypto/modes/asm/ghash-x86.S \
633 crypto/modes/asm/ghash-x86_64.S \

Completed in 174 milliseconds