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

  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 348 .global gcm_ghash_neon
349 .type gcm_ghash_neon,%function
351 gcm_ghash_neon: label
417 .size gcm_ghash_neon,.-gcm_ghash_neon
ghash-armv4.s 336 .global gcm_ghash_neon
337 .type gcm_ghash_neon,%function
339 gcm_ghash_neon: label
405 .size gcm_ghash_neon,.-gcm_ghash_neon
  /external/openssl/crypto/modes/
gcm128.c 672 void gcm_ghash_neon(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
744 ctx->ghash = gcm_ghash_neon;
    [all...]

Completed in 87 milliseconds