HomeSort by relevance Sort by last modified time
    Searched refs:gmult (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/modes/
gcm.c 450 ctx->gmult = gcm_gmult_avx;
454 ctx->gmult = gcm_gmult_clmul;
462 ctx->gmult = gcm_gmult_4bit_mmx;
465 ctx->gmult = gcm_gmult_4bit_x86;
469 ctx->gmult = gcm_gmult_4bit;
475 ctx->gmult = gcm_gmult_v8;
479 ctx->gmult = gcm_gmult_neon;
483 ctx->gmult = gcm_gmult_4bit;
488 ctx->gmult = gcm_gmult_4bit;
501 void (*gcm_gmult_p)(uint64_t Xi[2], const u128 Htable[16]) = ctx->gmult;
    [all...]
internal.h 174 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]); member in struct:gcm128_context

Completed in 83 milliseconds