Searched refs:GCM_MUL (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | aes_gcm.c | 240 #define GCM_MUL(ctx,Xi) gcm_gmult_8bit(ctx->Xi.u,ctx->Htable) macro 562 #define GCM_MUL(ctx,Xi) gcm_gmult_4bit(ctx->Xi.u,ctx->Htable) macro 629 #define GCM_MUL(ctx,Xi) gcm_gmult_1bit(ctx->Xi.u,ctx->H.u) macro 666 # undef GCM_MUL 667 # define GCM_MUL(ctx,Xi) (*gcm_gmult_p)(ctx->Xi.u,ctx->Htable) macro 772 GCM_MUL(ctx,Yi); 778 GCM_MUL(ctx,Yi); 798 GCM_MUL(ctx,Yi); 842 if (n==0) GCM_MUL(ctx,Xi); 858 GCM_MUL(ctx,Xi); [all …]
|
| H A D | sm4_gcm.c | 234 #define GCM_MUL(ctx,Xi) gcm_gmult_8bit(ctx->Xi.u,ctx->Htable) macro 556 #define GCM_MUL(ctx,Xi) gcm_gmult_4bit(ctx->Xi.u,ctx->Htable) macro 623 #define GCM_MUL(ctx,Xi) gcm_gmult_1bit(ctx->Xi.u,ctx->H.u) macro 660 # undef GCM_MUL 661 # define GCM_MUL(ctx,Xi) (*gcm_gmult_p)(ctx->Xi.u,ctx->Htable) macro 766 GCM_MUL(ctx,Yi); 772 GCM_MUL(ctx,Yi); 792 GCM_MUL(ctx,Yi); 836 if (n==0) GCM_MUL(ctx,Xi); 852 GCM_MUL(ctx,Xi); [all …]
|