/external/chromium_org/third_party/openssl/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/asm/ |
ghash-armv4.pl | 410 .global gcm_ghash_neon 411 .type gcm_ghash_neon,%function 413 gcm_ghash_neon: label 474 .size gcm_ghash_neon,.-gcm_ghash_neon
|
ghash-armv4.S | 351 .global gcm_ghash_neon 352 .type gcm_ghash_neon,%function 354 gcm_ghash_neon: label 519 .size gcm_ghash_neon,.-gcm_ghash_neon
|
/external/chromium_org/third_party/openssl/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...] |
/external/openssl/crypto/modes/ |
gcm128.c | 677 void gcm_ghash_neon(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); 761 ctx->ghash = gcm_ghash_neon; [all...] |