Searched refs:gcm_ghash_p (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/modes/ |
D | gcm.c | 367 #define GHASH(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len) 536 void (*gcm_ghash_p)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in CRYPTO_gcm128_aad() local 606 void (*gcm_ghash_p)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in CRYPTO_gcm128_encrypt() local 766 void (*gcm_ghash_p)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in CRYPTO_gcm128_decrypt() local 932 void (*gcm_ghash_p)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in CRYPTO_gcm128_encrypt_ctr32() local 1042 void (*gcm_ghash_p)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in CRYPTO_gcm128_decrypt_ctr32() local
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 690 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) 861 void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16], local 923 void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16], local 1103 void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16], local 1286 void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16], local 1401 void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16], local 1909 void (*gcm_ghash_p)(u64 Xi[2],const u128 Htable[16], local
|