Home
last modified time | relevance | path

Searched refs:gcm_ghash_4bit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_gcm.c394 static void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16], function
559 void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
564 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len)
727 ctx->ghash = gcm_ghash_4bit;
736 ctx->ghash = gcm_ghash_4bit;
H A Dsm4_gcm.c388 static void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16], function
553 void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
558 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len)
721 ctx->ghash = gcm_ghash_4bit;
730 ctx->ghash = gcm_ghash_4bit;