Searched refs:pmull_ghash_update (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes-gcm-ce.c | 67 static void pmull_ghash_update(int num_blocks, uint64_t dg[2], in pmull_ghash_update() function 90 pmull_ghash_update(num_blocks, dg, data, &state->ghash_key, head); in internal_aes_gcm_ghash_update() 106 pmull_ghash_update(1, dg, buf_cryp, &state->ghash_key, NULL); in encrypt_pl() 125 pmull_ghash_update(1, dg, src, &state->ghash_key, NULL); in decrypt_pl()
|